Update + Verifying Unknown User edit - 585hubert
commited
commit
c7b1351bc9529c409724175c60fcc310f31f6cb0
... | ... | @@ -7,10 +7,10 @@ Wall of Doom, created by Per, is a game where a character has to avoid a wall th |
7 | 7 | ## How to Play |
8 | 8 | Your character has to move left or right to avoid a wall whcih comes forward. Failure to do so results in the player being hit by the wall, swept up alongside it, terminating the game. There are 6 distinct blocks where you can move. Note that you cannot toggle between these two blocks, but rather you slide between them. Thus you may get caught between two blocks. The character is also able to jump. Across these blocks, there is also terrain that spawns, through which you may also need to navigate.<br> |
9 | 9 | Clearing a wall increases your score by 5 points, which then resets the level, prompting a new wall. Additionally, two score boosts appear, a 5 score and a 10 score. Multiple can appear. |
10 | As the game progresses, the walls get slightly faster and more difficult to clear. The amount of score boosts and coins somewhat increases (inconsistently) as the game goes on. |
|
10 | As the game progresses, the walls move slightly faster and are thus more difficult to clear. The amount of score boosts and coins somewhat increases (inconsistently) as the game goes on. |
|
11 | 11 | |
12 | 12 | ## Shop System |
13 | **Speed** - Increases the speed at which the character moves across. Upgrading starts at 10 coins and doubles until the final upgrade which costs 5120 coins. |
|
13 | **Speed** - Increases the speed at which the character moves across the map. Upgrading starts at 10 coins and doubles until the final upgrade which costs 5120 coins. |
|
14 | 14 | |
15 | 15 | **Score Luck** - Increases the probability of a score boost (5 or 10) spawning. Upgrading starts at 10 coins and doubles until the final upgrade which costs 5120 coins. |
16 | 16 |