summaryrefslogtreecommitdiffstats
path: root/games/braincurses/README
blob: 02dea37d6abb0a76ebc791b352e763bdf2f7be90 (plain)
1
2
3
4
5
6
7
8
The object of the mastermind game is to guess the correct colors
in the correct order. Wikipedia has more details about game play,
the history of the game, and Donald Knuth's algorithm for solving
in under five steps:

https://en.wikipedia.org/wiki/Mastermind_(board_game)

Braincurses is a ncurses implementation of this board game.