A simple text-based implementation of the Mastermind board game in Python. I made this upon playing the game with benaryorg via netcat. Sadly, it doesn't yet support multiplayer games, but that functionality might be introduced in a future version.
To play, simply clone this repo and execute the program:
git clone https://github.com/literalplus/masturmynd.git
python masturmynd.py
Note that this uses terminal colors specific to Unix and the output might look weird on Windows® PCs.
This project has been released under the MIT license, a copy of which can be found in the LICENSE
file in this repository.
vim
for best editor, netcat
for best cat after benaryorg.