Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 435 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 435 Bytes

Master Mind

A simple command line code-breaking game.

To Run

Navigate to the repository on your terminal, and type:

python master_mind.py

Run Within Docker

From within the folder location, type:

docker-compose build

Then:

docker-compose run test sh

Testing

Tests are included. To run these, navigate to the repository on your terminal, and type:

pytest test_master_mind.py