Skip to content

Simple Python 3 implementation of the classic game Master Mind.

License

Notifications You must be signed in to change notification settings

Majestom/MasterMind

Repository files navigation

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

About

Simple Python 3 implementation of the classic game Master Mind.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published