Created Around (markdown)
commited
commit
0e9ebceb4638f2d2aad3dba5c3a978b533123ad5
... | ... | @@ -0,0 +1,12 @@ |
1 | **Around** is a snake-based game created by Djovani. It has 5 levels. |
|
2 | ||
3 | # Gameplay |
|
4 | The core game mechanics are similar to snake, except in here, the snake is a train, and it has to collect a coin. For every coin collected, a point is added to the score, as well as an extra train car at the end of the entire train. The game ends when the train touches one of its own train cars. |
|
5 | ||
6 | # Levels |
|
7 | There are five different levels, all of which only differ from each other cosmetically: |
|
8 | * Grassy Plains |
|
9 | * Golden Wheat |
|
10 | * Deep Dream |
|
11 | * Cotton Candy |
|
12 | * Silent Night |
|
... | ... | \ No newline at end of file |