Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonlarsen/traps


https://github.com/simonlarsen/traps

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

h1. JUMP FREEZE SWITCH BURN

h2. Controls

h3. Player 1 (red)

bc. A and D: Move
W: Jump
1 (one): Use powerup

h3. Player 2 (blue)

bc. Arrow keys: Move
Up key: Jump
'-' (dash): Use powerup

h2. ASCII map file format

| | | wall |
| = | platform |
| # | block |
| ~ | lava |
| X | jumppad |
| ? | powerbox |
| S | spawn |
| * | saw |

h3. Example:

bc. |#****########****#|
| |
| |
|S? ?S|
| |
|== S? ?S ==|
| |
| |
| ========== |
| |
| |
| ? ? |
| S S |
|X X|
|#~~~##########~~~#|