More actions
No edit summary |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox DS Homebrews | ||
| title | |title=Mines | ||
| image | |image=minesdav.png | ||
| type | |description=A simple clone of Minesweeper. | ||
| version | |author=David Rorex (davr) | ||
| | |lastupdated=2006/08/16 | ||
| | |type=Puzzle | ||
|version=Demo | |||
|license=Mixed | |||
|download=https://dlhb.gamebrew.org/dshomebrew2/mines_davr.zip | |||
}} | |website=http://davr.drunkencoders.com/mines | ||
}} | |||
Mines is a basic Minesweeper clones for the NDS. | Mines is a basic Minesweeper clones for the NDS. | ||
Line 21: | Line 21: | ||
Operate with Stylus. | Operate with Stylus. | ||
==Screenshots== | |||
https://dlhb.gamebrew.org/dshomebrew/minesdav2.png | |||
https://dlhb.gamebrew.org/dshomebrew/minesdav3.png | |||
<!--BEGIN Online Emulator Section--> | |||
==Online emulator== | |||
{{EmulatorJS Main | |||
|width=515px | |||
|height=384px | |||
|EJS_backgroundImage=https://www.gamebrew.org/images/2/24/Minesdav.png | |||
|EJS_core=desmume2015 | |||
|EJS_gameName=Mines | |||
|EJS_gameUrl=https://dlhb.gamebrew.org/onlineemulators/nds/minesdav.7z | |||
}} | |||
{{DS Control Settings}} | |||
<!--END Online Emulator Section--> | |||
==Changelog== | ==Changelog== | ||
'''Update 4''' | '''Update 4''' | ||
Line 35: | Line 50: | ||
* Can place flags where you think mines are. | * Can place flags where you think mines are. | ||
* On-screen instructions. | * On-screen instructions. | ||
* Uses aPLib for compression, to reduce size by almost 50% ( | * Uses aPLib for compression, to reduce size by almost 50% (goes from 80KB to 40KB). | ||
'''Update''' | '''Update''' | ||
* Put in own graphics, after banging on it for about 2 hours to get it to convert & display correctly. | * Put in own graphics, after banging on it for about 2 hours to get it to convert & display correctly. | ||
==External links== | |||
[ | * Author's website - [https://web.archive.org/web/20110209230506/http://davr.drunkencoders.com/mines http://davr.drunkencoders.com/mines] (archived) | ||
Latest revision as of 01:44, 21 August 2024
Mines | |
---|---|
General | |
Author | David Rorex (davr) |
Type | Puzzle |
Version | Demo |
License | Mixed |
Last Updated | 2006/08/16 |
Links | |
Download | |
Website | |
Mines is a basic Minesweeper clones for the NDS.
User guide
Tap a square to reveal. Press and drag away from a square to place a flag on it.
Everytime you clear all mines, the number of mines increases (gets harder).
Controls
Operate with Stylus.
Screenshots
Online emulator
Nintendo DS | Keyboard |
---|---|
Changelog
Update 4
- Works on hardware now.
Update 3.1
- A weird touch screen bug can't be tracked down, but while using debug code to try and trace out touch screen values, the bug disappears, so will be leaving the debug code in for now (but make it not display anything).
Update 3
- Added a title-screen, now using the irq/interupt code from ndslib (hopefully it will work on hardware).
Update 2
- Can actually win now, takes you to next, harder level.
- Can place flags where you think mines are.
- On-screen instructions.
- Uses aPLib for compression, to reduce size by almost 50% (goes from 80KB to 40KB).
Update
- Put in own graphics, after banging on it for about 2 hours to get it to convert & display correctly.
External links
- Author's website - http://davr.drunkencoders.com/mines (archived)