diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-24 01:54:53 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-24 01:54:53 +0000 |
commit | 7b810eafd8ec02a3c7eb68d8e1ed3eebe10f5ee8 (patch) | |
tree | bb8e5662508ccb2454769d1cc9ad51e2fea79733 /games/xjumpjump/pkg-descr | |
parent | I checksummed the wrong release. (diff) |
Import of xjumpjump, a logic game for X11.
PR: 6257
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes:
svn path=/head/; revision=10655
Diffstat (limited to 'games/xjumpjump/pkg-descr')
-rw-r--r-- | games/xjumpjump/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/xjumpjump/pkg-descr b/games/xjumpjump/pkg-descr new file mode 100644 index 000000000000..4f9e06ed34c7 --- /dev/null +++ b/games/xjumpjump/pkg-descr @@ -0,0 +1,6 @@ +The game is played on a table which contains 21 fields. The +fields have a value of 0 to 9 at the begining of the game. +The player can jump on the table one field right/left/up/down. +If the player jumps on a field, the value of the field gets +decreased by 1. The player cannot jump on a field with a value +of 0. The purpose of the game is setting all the fields to 0. |