Created Wall of Doom (markdown)
commited
commit
1ff54dbb17c76760da2ba1f74a33618cf1ae1bf5
... | ... | @@ -0,0 +1,26 @@ |
1 | --- |
|
2 | battle: true |
|
3 | --- |
|
4 | ||
5 | Wall of Doom, created by Per, is a game where a character has to avoid a wall the moves towards it. The player is able to collect coins and score boosts as well. |
|
6 | ||
7 | ## How to Play |
|
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 | 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. |
|
11 | ||
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. |
|
14 | ||
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 | ||
17 | **Coin Luck** - Increases the probability of a coin spawning. Upgrading starts at 10 coins and doubles until the final upgrade which costs 5120 coins. |
|
18 | ||
19 | ## Strategy |
|
20 | Landscape recommended.<br> |
|
21 | If you a block on the second row from the bottom by itself, then it is always clearable through going to the floor and jumping.<br> |
|
22 | Any gap in the wall with a coin or score boost travelling alongside it will always be clearable.<br> |
|
23 | Pay close attention to the pattern of your terrain and the wall that comes towards you. Look for differences in staircase type structures versus square type structures. <br> |
|
24 | Once the wall is over you, you can rapidly jump left or right to capture score boosts.<br> |
|
25 | Do not risk a life for a score boost, it is better to acquire it after a wall passes rather than beforehand.<br> |
|
26 | Be very careful not to clip the wall through either being caught between blocks or mistiming a jump.<br> |
|
... | ... | \ No newline at end of file |