diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-09-21 16:56:47 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-09-21 16:56:47 +0000 |
commit | 25b55e7f93128278842a944d83ca481a80b6773d (patch) | |
tree | 15e7cae606c69376a2c1e5fa1bc6e25728d088fa /games/yamsweeper/pkg-descr | |
parent | d65ee4f35764ff065ebbc8a23bdd136671f72bc2 (diff) |
Notes
Diffstat (limited to 'games/yamsweeper/pkg-descr')
-rw-r--r-- | games/yamsweeper/pkg-descr | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/games/yamsweeper/pkg-descr b/games/yamsweeper/pkg-descr new file mode 100644 index 000000000000..435cd1c15608 --- /dev/null +++ b/games/yamsweeper/pkg-descr @@ -0,0 +1,51 @@ +Yamsweeper is a game to clear the field filled with bombs (mines). + +On the left top corner of the main window, +the number of mines left is displayed. +You can mark hidden mines underneath the panels, then +the number is decreased. +The number can be minus, but that means you have over-marked. + +On the right top corner, the time passed is displayed. +The time counts up to 999 seconds. + +On center top, there's the symbol of yamsweeper. +You can start a new game by clicking this symbol. + +A panel is opened with the left mouse button. +If panels not opened are around the panel, and +if they don't have mines underneith and around them, +panels are also opened. +This can be happened like chain reaction. +But be carefull; the game is over when you open a mine. + +If the panel opened has mines around, +you will see a number varies from 1 to 8, which means +the number of mines. +For example, `1' tells you one of the panels around +has a mine. `2' says that two mines are hidden next to. + +You can mark suspicious panels by the right button. +The right button changes the state of the panel, as: + + Normal -> "Bomb" -> "?" -> Back to Normal -> ... + +Once you mark a panel (as "Bomb" or "?"), it cannot be opened. +You have to click the panel until it becomes to Normal state. + +The middle button is assigned a special functionality. +You can use the middle button to open the unmarked panels around, +under a certain condition. + +1. The panel you clicked is opened. + +2. The panel is not null, a number is displayed. + +3. the number of marked panels is equal to the number displayed on + clicked panel. + +Click the middle button on a opened panel. + +------------------------------------------------------------------- + +This port was created by Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>. |