Here is a little Space Invaders game made with JavaScript & HTML5 canvas.
The idea behind that game was to train using both javascript es6 classes & HTML5 canvas. Those are 2 things I didn't know a lot about but have wanted to use for a while.
I plan to make the code evolve with a lot of ideas I have. See the checklist here [↓]
The code is available on GitHub & you can try it just below.
Enjoy...
| Key | Function |
|---|---|
| [←] (Left) | move left |
| [→] (Right) | move right |
| [_] (Spacebar) | fire |
| [Esc] (escape) | pause / resume |
| [F] | fullscreen |
Here are the things I'd like to do with this project :