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

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

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/

[![Moonlander Preview Image](https://www.picflash.org/img/2019/04/12/7nqh0w4lsn1yva3.png "Moonlander Preview Image")](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)