
About
Mastermind is a code-breaking game for two players invented in Israel, resembling the earlier pencil-and-paper game Bulls and Cows that may date back a century. Vintage Master Mind is a Python/pygame implementation of the classic Mastermind board game, styled after the original vintage physical board. An optional compiled Cython module is used for roughly three times faster performance than the pure Python engine when available.
Getting started
Download and unzip the release, then run the included Python entry-point script with the required engine and constants modules alongside it. A standalone version that doesn't require Python or Pygame is also available from the author's website.
Additional notes
- External link
- The author's site (mastermind.altervista.org) also hosts related Mastermind implementations for ZX Spectrum, Lego EV3 Mindstorm, Lego Robot Inventor, and Arduino.