diff options
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. |