MineSweeperDS: Difference between revisions

From GameBrew
(Created page with "{{Infobox homebrew | title = MineSweeperDS | image = File:Minesweeperds.png | type = Puzzle | version = updated | licence = Mixed | author = T...")
 
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox homebrew
{{Infobox DS Homebrews
| title       = MineSweeperDS
|title=MineSweeperDS
| image       = [[File:Minesweeperds.png]]
|image=minesweeperdsthe.png
| type       = Puzzle
|description=DS version of the Minesweeper for Windows with some improvements.
| version     = updated
|author=The_Legend
| licence    = Mixed
|lastupdated=2006/08/20
| author      = The_Legend
|type=Puzzle
| website     = http://www.qj.net/qjnet/nintendo-ds/ds-homebrew-minesweeper.html
|version=Update
| download    = Media:MineSweeperDS.rar
|license=Mixed
| source      =
|download=https://dlhb.gamebrew.org/dshomebrew/minesweeperdsthe.7z
|website=https://www.neoflash.com/forum/index.php?topic=2947.0
}}
}}
MineSweeperDS is a DS version of the puzzle game Minesweeper on Windows. The layout looks similar to the Windows version, but the background color is customizable. As a default, it will be the user's preferred color, set on the DS main screen.


MineSweeperDS is a DS version of the Mine Sweeper Game for Windows, but with some improvements. The layout looks similar to the Windows version, but the background color is customizable.
It was an entry for the NEO Summer Coding Compo 2006.  
As a default, it will be the user's preferred color, set on the DS main screen.
 
It was an entry for the NEO summer coding contest 2006.  


==Features==
==Features==
*customize background colour
* Customize background colour.
*customize sound ans sfx for winning/losing
* Customize sound ans sfx for winning/losing.


==Installation==
==Installation==
#Unpack the folder that is on the msds.rar file on the root of your SD/CF/mini SD
Unpack the folder that is on the msds.rar file on the root of your SD/CF/mini SD.
#Put the rom version that works on your flashcard anywhere on the SD/CF.At the moment, this only works with cards that work with FATlib.
 
Put the rom version that works on your flashcard anywhere on the SD/CF.At the moment, this only works with cards that work with FATlib.


To change background music and sfx, put the sound you want on the msds folder after extract.  
To change background music and sfx, put the sound you want on the msds folder after extract.  
 
* loose.raw - The sfx played when lose. If you're going to put your own sfx, make sure it's not too long.
'''loose.raw''', the sfx played when lose. If you're going to put your own sfx, make sure it's not too long.
* win.raw - The sfx played when win.  
 
* music.raw - Background music. Differently from loose.raw and win.raw, this file can be as large as you want. Just remember: 11025, stereo, 8 bits signed.
'''win.raw''', the sfx played when win.  
* msds.sav - Save file.
 
'''music.raw''', background music. Differently from loose.raw and win.raw, this file can be as large as you want. Just remember: 11025, stereo, 8 bits signed.
 
'''msds.sav''', save file.


The sound files must be on raw format, with a frequence of 11025, stereo and 8 bits signed, otherwise they won't play properly.
The sound files must be on raw format, with a frequence of 11025, stereo and 8 bits signed, otherwise they won't play properly.
Line 38: Line 34:
==User guide==
==User guide==
On the topscreen is an overview of the whole game, together with the bombs left and the time played. The highscore system can be accesed through the options menu, and is working fine, but only for the Beginner, Intermediate and Advanced game modes, not the custom ones.
On the topscreen is an overview of the whole game, together with the bombs left and the time played. The highscore system can be accesed through the options menu, and is working fine, but only for the Beginner, Intermediate and Advanced game modes, not the custom ones.


==Controls==
==Controls==
Press tile - open a tile
Press tile - Open a tile


L or R before/during touching - put a flag / neutralize that tile
L/R (before/during touching) - Put a flag, Neutralize that tile


D-Pad(A/B/X/Y for left handed people)/stylus - scroll screen for bigger games
D-Pad or A/B/X/Y (for left handed) - Scroll screen for bigger games


Hold UP/DOWN/LEFT/RIGHT/A/B/X/Y and touch 'n drag on the screen - use stylus
Hold D-Pad/A/B/X/Y, touch 'n drag with Stylus and let go buttons - Move table around


Let go of the UP/DOWN/LEFT/RIGHT - move the "table" around
Start - Access the menu
 
Start - access the menu


==Screenshots==
https://dlhb.gamebrew.org/dshomebrew/minesweeperdsthe2.png
<!--BEGIN Online Emulator Section-->
==Online Emulator==
{{#tag:html|
<div style='width:520px;height:390px;max-width:100%'><div id='game'></div></div>
<script type='text/javascript'>
{{DS EmulatorJS Settings}}
EJS_core = 'desmume2015';
EJS_gameName = "MineSweeperDS";
EJS_gameUrl = 'https://dlhb.gamebrew.org/onlineemulators/nds/minesweeperdsthe.7z';
</script>
{{EmulatorJS Loader}}
}}
{{DS Control Settings}}
<!--END Online Emulator Section-->
==Known issues==
==Known issues==
Before saying there's a bug on the highscore system, please remember that on Minesweeper, the lowest your grade, the better, so yes, the initial "all The_Legend - 999" highscore system is correct.
Before saying there's a bug on the highscore system, please remember that on Minesweeper, the lowest your grade, the better, so yes, the initial All The_Legend - 999 highscore system is correct.


==Changelog==
==Changelog==
'''20 August 2006 Updated'''
'''2006/08/20 Updated'''
*Added a Title Screen :o (thanks .Nyt!)
* Added a Title Screen (thanks Nyt).
*Improved the "sound loading from SD", now it seems perfect, hehe
* Improved the "sound loading from SD", now it seems perfect, hehe.
*Fixed a bug that would allow you to touch outside the board and open a tile  
* Fixed a bug that would allow you to touch outside the board and open a tile.
'''17 August 2006'''
'''2006/08/17'''
*Initial release
* Initial release.
 
==External links==
* NeoFlash - https://www.neoflash.com/forum/index.php?topic=2947.0
 


[[Category:Homebrew applications]]
[[Category:Puzzle Games on DS]]
[[Category:NEO Summer Coding Compo 2006]]

Latest revision as of 10:45, 4 May 2024

MineSweeperDS
Minesweeperdsthe.png
General
AuthorThe_Legend
TypePuzzle
VersionUpdate
LicenseMixed
Last Updated2006/08/20
Links
Download
Website

MineSweeperDS is a DS version of the puzzle game Minesweeper on Windows. The layout looks similar to the Windows version, but the background color is customizable. As a default, it will be the user's preferred color, set on the DS main screen.

It was an entry for the NEO Summer Coding Compo 2006.

Features

  • Customize background colour.
  • Customize sound ans sfx for winning/losing.

Installation

Unpack the folder that is on the msds.rar file on the root of your SD/CF/mini SD.

Put the rom version that works on your flashcard anywhere on the SD/CF.At the moment, this only works with cards that work with FATlib.

To change background music and sfx, put the sound you want on the msds folder after extract.

  • loose.raw - The sfx played when lose. If you're going to put your own sfx, make sure it's not too long.
  • win.raw - The sfx played when win.
  • music.raw - Background music. Differently from loose.raw and win.raw, this file can be as large as you want. Just remember: 11025, stereo, 8 bits signed.
  • msds.sav - Save file.

The sound files must be on raw format, with a frequence of 11025, stereo and 8 bits signed, otherwise they won't play properly.

User guide

On the topscreen is an overview of the whole game, together with the bombs left and the time played. The highscore system can be accesed through the options menu, and is working fine, but only for the Beginner, Intermediate and Advanced game modes, not the custom ones.

Controls

Press tile - Open a tile

L/R (before/during touching) - Put a flag, Neutralize that tile

D-Pad or A/B/X/Y (for left handed) - Scroll screen for bigger games

Hold D-Pad/A/B/X/Y, touch 'n drag with Stylus and let go buttons - Move table around

Start - Access the menu

Screenshots

minesweeperdsthe2.png

Online Emulator

Can use gamepad or customise in the control settings.
Nintendo DS 🎮 Keyboard
C-a.png Kb-z.png
C-b.png Kb-x.png
C-x.png Kb-a.png
C-y.png Kb-s.png
C-start.png Kb-enter.png
C-select.png Kb-v.png
C-l.png Kb-q.png
C-r.png Kb-e.png
C-pad.png Kb-dpad.png

Known issues

Before saying there's a bug on the highscore system, please remember that on Minesweeper, the lowest your grade, the better, so yes, the initial All The_Legend - 999 highscore system is correct.

Changelog

2006/08/20 Updated

  • Added a Title Screen (thanks Nyt).
  • Improved the "sound loading from SD", now it seems perfect, hehe.
  • Fixed a bug that would allow you to touch outside the board and open a tile.

2006/08/17

  • Initial release.

External links

Advertising: