This is a computer game version of the master-mind game. The computer generates a code, a combination of colors. The length of the combination and the number of colors can be changed (in future versions) and will be known to the player. The player then guesses the code, and gets hints about the guess - white for a color that exists in the code but not in the right place, and black for a color that is in its right place. The player needs to discover the code in the least amount of guesses! download version 0.1 here: download for computers (windows) only.
- Download/clone the repo.
- Download the headers and libs for vc14x: wxMSW-3.2.6_vc14x_ReleaseDLL, wxMSW-3.2.6_vc14x_Dev, wxWidgets-3.2.6-headers
- In the folder vxwidgets - extract wxwidgets files.
- Make sure both dev and releaseDLL are presented in the vc14x_dll folder
- Compile in release x32 mode.
- Download the installer,
- Follow the instructions.
- Fixed length of combination and number of colors: combination length 4, number of colors 6.
- Basic GUI.
-
The number of colors can be changed to player's choice.
-
Improved GUI.
- The length of the combination can be changed to player's choice.
-
The player can choose if there can be in the code double colors or not.
-
Improved GUI - home page.
-
Save last scores - number of tries.
-
Improved GUI.