diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-07-25 04:50:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-25 15:50:19 +0700 |
commit | 6565685dec7252f44c0677f3f2784696ec80ed8a (patch) | |
tree | 529d1f38b53d8e351abc5eca53c01791185f6bcb /games/greed/README | |
parent | 80aee5e04fa835a64971e82c6c0b8b3a2897f1b8 (diff) |
games/greed: Added (clone of Pac-Man and Tron).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/greed/README')
-rw-r--r-- | games/greed/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/greed/README b/games/greed/README new file mode 100644 index 000000000000..4eb8cf212e6a --- /dev/null +++ b/games/greed/README @@ -0,0 +1,6 @@ +Eat as much as you can before munching yourself into a corner. + +When you move in a direction, you erase N grid squares in that +direction, N being the first number in that direction and your +score for the move. You cannot move onto a space you have already +eaten, and the game ends when you cannot move. |