This is the classic mastermind game where you have to bruteforce a 4-digit code generated by the machine or another player, by getting feedback on correct numbers and positions.
- Navigate to the desired folder:
cd <path>
- Clone the repo:
git clone https://github.com/appuchias/mastermind.git
- Navigate into the repo folder:
cd mastermind
- Run the file:
python mastermind.py [-h] [-t turns] [-p players]
This project is licensed under the GPL 3.0+ license.
Coded with 🖤 by Appu