Short: Simple MasterMind clone Author: Nathaniel Hirsch / ToAks os4. Uploader: tony aksnes broadpark no (Tony Aksnes) Type: game/think Requires: OS4 Pre 3 Or better Architecture: ppc-amigaos >= 4.0.3 2 minute port , nothing special (good for educational purposes). how to play The objective of the game is to guess the secret code. you can do this by making a guess. depending on your guess you will be told a couple of things. a white peg means that one of your choices is the correct colour, just in the wrong spot. A black peg says that one of your choices is both the correct colour, and in the wrong spot. The location of the peg has no corilation with the location of the correct choice. click on the colours you want to guess put them in there locations and click make guess you can also pick colous with the a s d f z x c and v key. to close the program just press Esc other then that it is pretty simple. to Thoose who want to learn (instead of that confusing makefile;): gcc -newlib -Wall -Isdk:local/newlib/include/SDL -O2 -o NASTER.exe naster.c SFont.c -newlib -lSDL_image -ljpeg -lpng -lSDL -lz -lauto -lpthread