https://github.com/vladar4/ng2bounce
A tutorial game for the Nimgame 2 engine.
https://github.com/vladar4/ng2bounce
Last synced: 2 months ago
JSON representation
A tutorial game for the Nimgame 2 engine.
- Host: GitHub
- URL: https://github.com/vladar4/ng2bounce
- Owner: Vladar4
- License: other
- Created: 2017-04-15T12:21:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T18:38:03.000Z (over 3 years ago)
- Last Synced: 2025-01-06T13:49:28.819Z (4 months ago)
- Language: Nim
- Size: 520 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nimgame 2 Bounce
================A [tutorial](https://vladar4.github.io/nimgame2/tut101_bounce.html) game for the [Nimgame 2](https://github.com/Vladar4/nimgame2) engine.
Controls:
---------| Action | Control |
| ----------------- | ----------- |
| Left paddle up | Q |
| Left paddle down | A |
| Right paddle up | Arrow Up |
| Right paddle down | Arrow Down |
| Pause | P |Links:
------[Nim](https://github.com/nim-lang/Nim)
[SDL2_nim](https://github.com/Vladar4/sdl2_nim)
[Nimgame 2](https://vladar4.github.io/nimgame2/)
[Bounce Tutorial](https://vladar4.github.io/nimgame2/tut101_bounce.html)