Mines: Difference between revisions

From GameBrew
(Created page with "{{Infobox homebrew | title = Mines | image = File:Minesdavrsds.png | type = Puzzle | version = | licence = Mixed | author = David R (aka d...")
 
No edit summary
Line 3: Line 3:
| image      = [[File:Minesdavrsds.png]]
| image      = [[File:Minesdavrsds.png]]
| type        = Puzzle
| type        = Puzzle
| version    =  
| version    = Demo
| licence    = Mixed
| licence    = Mixed
| author      = David R (aka davr)
| author      = David Rorex (aka davr)
| website    = http://davr.drunkencoders.com/mines/
| website    = https://web.archive.org/web/20110209230506/http://davr.drunkencoders.com/mines/
| download    = Media:Minesdavrsds.zip
| download    = Media:Minesdavrsds.zip
| source      =  
| source      =  
}}   
}}   


A simple clone of Minesweeper.  
Mines is a basic Minesweeper clones for the NDS.  


==User guide==
==User guide==
Tap a square to 'open' it. Press and drag away from a square to 'flag' it.
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).
Everytime you clear all mines, the number of mines increases (gets harder).


[[Category:Homebrew applications]]
==Changelog==
'''Updare 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% (haha who cares, 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.
 
<br>
[[Category:DS homebrew games]]
[[Category:Homebrew puzzle games on DS]]

Revision as of 05:07, 19 June 2021

Mines
File:Minesdavrsds.png
General
Author(s)David Rorex (aka davr)
TypePuzzle
VersionDemo
LicenceMixed
Links
[Media:Minesdavrsds.zip Download]
Website
Advertisements

<htmlet>adsense</htmlet>


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).

Changelog

Updare 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% (haha who cares, 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.


Advertising: