4 comments

[ 4.2 ms ] story [ 18.5 ms ] thread
Nice game! Any info on how you made it? libraries you used, tutorials you followed that got you that far, etc?
Thanks. The game is written as a single, standalone HTML file. The game makes use of the Canvas API and the Web Audio API.

See https://github.com/susam/invaders for more details. Especially, see the “Technical Details” section of the README for details on graphics and audio.

[dead]
Thank you for making this game and the beautiful source code provided. This is great and I‘ll show it to my two little sons (9 and 13) how to write simple, but really fun games.