A simple command line code-breaking game.
Navigate to the repository on your terminal, and type:
python master_mind.py
From within the folder location, type:
docker-compose build
Then:
docker-compose run test sh
Tests are included. To run these, navigate to the repository on your terminal, and type:
pytest test_master_mind.py