aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpacien2018-01-07 22:05:04 +0100
committerpacien2018-01-07 22:05:04 +0100
commit90e8447ee5596cc93461105c52c3c6713310ef56 (patch)
treeb01c35bcade888e97f922373b36489379aa90733 /src
parent5b8f0c6b3a41daeb31b1e167725456fb166e642e (diff)
downloadwallj-90e8447ee5596cc93461105c52c3c6713310ef56.tar.gz
Update user doc according to specs
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'src')
-rw-r--r--src/docs/user.md7
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
54Garbage bounce when colliding other elements such as walls, unexploded bombs or other garbage blocks, 54Garbage bounce when colliding other elements such as walls, unexploded bombs or other garbage blocks,
55and disappear of the screen when reaching a garbage can. 55and disappear of the screen when reaching a garbage can.
56 56
57The explosion of each of the dropped bombs can be delayed using independent timers. 57The explosion of each of the dropped bombs can be delayed using independent timers.
58The robot must drop exactly 3 bombs on each level.
58 59
59A stage is considered done once the world has been cleared of all its garbage. 60A stage is considered done once the world has been cleared of all its garbage.
60The player is then allowed to move on to the next stage. 61The 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
90The 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