This is a re-creation of a code-breaking game Master Mind.
More info about the game concept can be found here: https://en.wikipedia.org/wiki/Mastermind_(board_game)
The project contains compiled demo Windows application under the name Master Mind.exe
.
More in-depth game description and gameplay is described in game_rules.txt
- This game was created for a C programming language course during my first year in University.
- It was written in C with the help of SDL2 to render graphics.
- Bonus: The whole project is just under 4MB, quite cool huh?