mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7b810eafd8
PR: 6257 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
7 lines
367 B
Plaintext
7 lines
367 B
Plaintext
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.
|