| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2011-05-09 | 2.8 kB | |
| Totals: 1 Item | 2.8 kB | 0 | |
************************************************************ ************************************************************ ** ** ** ** ** MASTERMIND ** ** ** ** ** ************************************************************ ************************************************************ Requirements: Windows XP, Vista, 7 256MB RAM 10MB of Free Space on HDD/USB etc .NET Framework 3.0 + (usually standard) ************************************************************ Installation: Download the Installer from http://sourceforge.net/projects/mast3rm1nd/files/binaries/installer/installation_files.zip/download Extract all the files from installation_files.zip Execute the setup.exe file Follow the instructions on the installer The package is not signed so you may have to click run or allow When installed you should be able to access it from the start menu Alternatively you can just download the standalone executible located in the directory http://sourceforge.net/projects/mast3rm1nd/files/binaries/ ************************************************************ Compilation: If you'd rather compile MasterMind from source you will require the complete source located at http://sourceforge.net/projects/mast3rm1nd/files/source/source_package.zip/download additionally you will need Visual Basic .NET 2008 Express (FREE) or the commercial version you may attempt to convert and compile on Visual Basic .NET 2010 Express, but this has not been tested. To compile open the .vbproj file and select compile then build, if there are errors then i suggest you just download the binary The files containing the source of the executed code within the program are: Form1.vb Form2.vb You can view these in any text editor ************************************************************ Playing the game: Objective: The objective of the game is to select the correct 4 digit code within 100 tries, if the 100 tries is reached then the game displays a message box stating you failed and resets. if you get the code the game will display a message box stating your you won and reset the game The reset button will reset the amount of tries and change the 4 digit code. ************************************************************ Additional notes: There is a cheat but you will have to figure that one out (hint: source code) The window size is fixed and cannot be maximized You cannot enter letters into the textbox, it is masked to only accept 4 numeric characters The asterix in the textbox is not read END terminates the program THIS PROGRAM IS FREEWARE PLEASE DISTRIBUTE AND ALTER, DON'T BE EVIL :D LICENCED UNDER GPL/GNU