Skip to main content

A terminal-based code-breaking game Mastermind

Project description

open-mastermind

Terminal-based python of classic board game Mastermind®

Mastermind board game

to get the game

Install with pip from the command line:

pip install open-mastermind

Although written in Python3.7, it's compatible back to Python2.7.

to get the code

Clone the repository, then install the requirements (currently only the non-standard python library colorama, which prints a colorful terminal.)

git clone https://github.com/philshem/open-mastermind.git
cd open-mastermind
pip install -r requirements.txt

to play

cd open-mastermind
python mastermind.py

example game play

Each puzzle contains 4 boxes. Each turn you choose from 6 colors.

Can you guess the puzzle before your turns run out?

Color choices: r g y b m w

Example turn: rybg

Response:

◍ : correct color in correct position

○ : correct color in incorrect position

_ : incorrect color

The order of the response tiles is sorted and does not necessarily match the position of the colored tiles.

Type !h during gameplay to read these instructions.

Type !q during gameplay to quit and show the solution.

change the game parameters

Edit the file params.py to:

  • more pieces to guess

  • more/fewer turns per game

  • new colors

  • different emoji playing pieces


screenshot of gameplay

screenshot of gameplay

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

open_mastermind-0.1.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distributions

open_mastermind-0.1.1-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

open_mastermind-0.1.1-py2-none-any.whl (5.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page