项目作者: literalplus

项目描述 :
A simple text-based implementation of the Mastermind board game in Python.
高级语言: Python
项目地址: git://github.com/literalplus/masturmynd.git
创建时间: 2015-03-26T00:25:37Z
项目社区:https://github.com/literalplus/masturmynd

开源协议:MIT License

下载


Mastur Mynd

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:

  1. git clone https://github.com/literalplus/masturmynd.git
  2. python masturmynd.py

Note that this uses terminal colors specific to Unix and the output might look weird on Windows® PCs.

Screenshots

A screenshot showing how solutions are entered into the program

A screenshot showing a full game

License

This project has been released under the MIT license, a copy of which can be found in the LICENSE file in this repository.

Acknowledgements

vim for best editor, netcat for best cat after benaryorg.