diff options
author | pacien | 2018-01-07 22:05:04 +0100 |
---|---|---|
committer | pacien | 2018-01-07 22:05:04 +0100 |
commit | 90e8447ee5596cc93461105c52c3c6713310ef56 (patch) | |
tree | b01c35bcade888e97f922373b36489379aa90733 | |
parent | 5b8f0c6b3a41daeb31b1e167725456fb166e642e (diff) | |
download | wallj-90e8447ee5596cc93461105c52c3c6713310ef56.tar.gz |
Update user doc according to specs
Signed-off-by: pacien <pacien.trangirard@pacien.net>
-rw-r--r-- | src/docs/user.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/docs/user.md b/src/docs/user.md index 20bf520..96303ff 100644 --- a/src/docs/user.md +++ b/src/docs/user.md | |||
@@ -54,7 +54,8 @@ The player controls a robot, dropping bombs whose explosion can push garbage int | |||
54 | Garbage bounce when colliding other elements such as walls, unexploded bombs or other garbage blocks, | 54 | Garbage bounce when colliding other elements such as walls, unexploded bombs or other garbage blocks, |
55 | and disappear of the screen when reaching a garbage can. | 55 | and disappear of the screen when reaching a garbage can. |
56 | 56 | ||
57 | The explosion of each of the dropped bombs can be delayed using independent timers. | 57 | The explosion of each of the dropped bombs can be delayed using independent timers. |
58 | The robot must drop exactly 3 bombs on each level. | ||
58 | 59 | ||
59 | A stage is considered done once the world has been cleared of all its garbage. | 60 | A stage is considered done once the world has been cleared of all its garbage. |
60 | The player is then allowed to move on to the next stage. | 61 | The player is then allowed to move on to the next stage. |
@@ -85,9 +86,7 @@ Click on a traversable tile Moves the robot to the pointed location | |||
85 | `RETURN` on a free tile Drops a bomb at the current location | 86 | `RETURN` on a free tile Drops a bomb at the current location |
86 | `RETURN` on a tile with a bomb Increases the timer of the bomb at the current location | 87 | `RETURN` on a tile with a bomb Increases the timer of the bomb at the current location |
87 | `SPACE` while controlling the robot Puts Wall-j into a safe place before activating the bombs | 88 | `SPACE` while controlling the robot Puts Wall-j into a safe place before activating the bombs |
88 | `SPACE` in a chaos scene Restores the world the way it was before the explosions | 89 | `SPACE` in a chaos scene Restarts the current level or continues to the next one if possible |
89 | |||
90 | The explosion delay of a bomb can be increased up to 9 seconds. Pressing `RETURN` in such limit case removes the bomb. | ||
91 | 90 | ||
92 | ## Custom levels | 91 | ## Custom levels |
93 | 92 | ||