SlackBuildsOrg/games/braincurses/README
Dan-Simon Myrland e21154dd84 games/braincurses: Added (ncurses mastermind game).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-03-25 00:07:32 +00:00

8 lines
334 B
Text

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.