diff options
author | Roman Kodinets <rkodinets@gmail.com> | 2020-05-12 17:05:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-16 08:44:10 +0700 |
commit | da6c1bf7604c83ce8c2cff037fbc4aef3b2342c7 (patch) | |
tree | bc8933bdc566eda1b94295f8ec8a548bfc013b8f /games/quarry/README | |
parent | 66ea329e5f9222a31a85f4f22509f6ec9ef9c46a (diff) |
games/quarry: Added (a universal board game interface program)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/quarry/README')
-rw-r--r-- | games/quarry/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/quarry/README b/games/quarry/README new file mode 100644 index 0000000000..a0b2fad9dc --- /dev/null +++ b/games/quarry/README @@ -0,0 +1,7 @@ +Quarry is a universal board game interface program. At present it +supports three games: Go, Amazons and Reversi. It is intended to be +useful for both users and developers of game engines (i.e. programs +that play board games). + +Quarry uses are currently limited to playing against a computer +program (e.g. GNU Go) and browsing and editing SGF game records. |