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

https://github.com/vladar4/ng2platformer

A tutorial game for the Nimgame 2 engine.
https://github.com/vladar4/ng2platformer

Last synced: 2 months ago
JSON representation

A tutorial game for the Nimgame 2 engine.

Awesome Lists containing this project

README

        

Nimgame 2 Platformer
====================

A [tutorial](https://vladar4.github.io/nimgame2/tut102_platformer.html) game for the [Nimgame 2](https://github.com/Vladar4/nimgame2) engine.

Controls:
---------

| Action | Control |
| --------------|-------------|
| Move left | Arrow Left |
| Move right | Arrow Right |
| Jump | Space |
| Exit to menu | Escape |

Links:
------

[Nim](https://github.com/nim-lang/Nim)

[SDL2_nim](https://github.com/Vladar4/sdl2_nim)

[Nimgame 2](https://vladar4.github.io/nimgame2/)

[Platformer Tutorial](https://vladar4.github.io/nimgame2/tut102_platformer.html)