https://github.com/jrie/moonlander
A HTML5 canvas moonlander game
https://github.com/jrie/moonlander
canvas html5 javascript moonlander
Last synced: about 1 year ago
JSON representation
A HTML5 canvas moonlander game
- Host: GitHub
- URL: https://github.com/jrie/moonlander
- Owner: jrie
- License: gpl-3.0
- Created: 2019-04-12T09:56:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T17:57:06.000Z (about 7 years ago)
- Last Synced: 2025-02-03T05:28:33.186Z (over 1 year ago)
- Topics: canvas, html5, javascript, moonlander
- Language: JavaScript
- Size: 83 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moonlander
A HTML5 canvas moonlander game made for the NGB.to #4th code competition titled "Moonlander".
German discussion thread: [NGB.to programming challenge thread](https://ngb.to/threads/40532-Aufgabenstellung-Programmierwettbewerb-Nr-4)
Play online: https://jrie.github.io/moonlander/
[](https://www.picflash.org/viewer.php?img=7nqh0w4lsn1yva3.png)
### Controls
* Space (Restart Game)
* Arrows keys up/left/right or WAD - boost engines
## References
The source code parts of the Perlin Noise originated here:
[Reference Perlin Noise JS](https://codepen.io/Tobsta/post/procedural-generation-part-1-1d-perlin-noise)