This is a fun little guessing game that allows you to select the difficulty level and try to read the computer's mind.
- Clone the repo
- Run the command
python3 -m venv venv
- Activate the environment by running
source venv/bin/activate
- Install dependencies with
pip install -r requirements.txt
- Run the command
python3 game.py
- Enjoy!