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.
- Host: GitHub
- URL: https://github.com/vladar4/ng2platformer
- Owner: Vladar4
- License: other
- Created: 2017-05-31T09:20:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T08:05:06.000Z (over 7 years ago)
- Last Synced: 2025-01-06T13:49:27.959Z (4 months ago)
- Language: Nim
- Size: 398 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)