It's codebreaker versus codebreaker. Pit yourself against your friends and find out who the real Mastermind is! The rules are simple. Players take turns trying to crack their secret code using logic and visual hints. The first person to prove they're a mastermind wins!
Make sure you have Python 3.8.0 or newer installed and running on your machine. Open a terminal and browse to the project's root folder. Start the program by running the following command.
python3 mastermind
You can also run the program from an IDE like Visual Studio Code. Start your IDE and open the project folder. Select the main module inside the hunter folder and click the "run" icon.
The project files and folders are organized as follows:
root (project root folder)
+-- mastermind (source code for game)
+-- game (specific game classes)
+-- __init__.py (python package file)
+-- __main__.py (entry point for program)
+-- README.md (general info)
- Python 3.8.0