diff options
author | Dan-Simon Myrland <dansimon@radiotube.org> | 2017-03-24 17:12:41 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:07:32 +0000 |
commit | e21154dd841b345c37994c9ef01b98e6e4ec261f (patch) | |
tree | 84fa658b4e7e811fae65c6fa3876537391f8ac01 /games/braincurses/README | |
parent | fad44542f2c80462e9ccac5a193b43b0880f1b4f (diff) | |
download | slackbuilds-e21154dd841b345c37994c9ef01b98e6e4ec261f.tar.gz |
games/braincurses: Added (ncurses mastermind game).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/braincurses/README')
-rw-r--r-- | games/braincurses/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/braincurses/README b/games/braincurses/README new file mode 100644 index 0000000000..02dea37d6a --- /dev/null +++ b/games/braincurses/README @@ -0,0 +1,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. |