Author Topic: contest: NDS GAME - MasterMindDS By: Nikolas Lahtinen  (Read 2971 times)

0 Members and 1 Guest are viewing this topic.

Offline Nikolas

  • Newbie
  • *
  • Posts: 9
contest: NDS GAME - MasterMindDS By: Nikolas Lahtinen
« on: August 09, 2005, 02:55:31 PM »
So here's my entry. MasterMindDS.

MasterMind is an old board game in which you're supposed to figure out the color code. First guess, and then try to figure out with logic (or then just guess some more).

Buttons:
D-pad == Change slot
A     == Next color
B     == Previous color
X     == Check
Y     == Music ON/OFF
SELECT== Credits
START == Help



There's .nds, .ds.gba, Manual.txt and a picture in the .zip file.

And then to credits:

Code & Graphics:
Nikolas Lahtinen

Music:
LiraNuna (Huge thanks for him).
« Last Edit: August 09, 2005, 03:21:30 PM by Nikolas »

Offline rize

  • Jr. Member
  • **
  • Posts: 59
Re: contest: NDS GAME - MasterMindDS By: Nikolas Lahtinen
« Reply #1 on: August 10, 2005, 02:12:57 PM »
Once you understand the game, this is actually an interesting puzzle.

The interface could use a little work though.  Just little touches like, when you click on the credits or help screen to return to the game, if you click in the same place that a button is, the button registers as pressed.  So you have to click the help or cred button, then go click in the upper right corner to avoid this problem.

To solve this in code, just ensure that the player goes through an entire touch down + touch up cycle before activating a button.

Anyway, once you figure out how it works it's playable.  I'm going to try and beat it in 5 guesses now...