Technologies
JavaScript, Canvas
Live Preview
link

This is an arcade game developed developed using pure JS (ES6) with Canvas API. The game logic is in the app.js file and the game engine is in engine.js. I have also coded an efficient resource loader (resource.js) to load the game assets. This improved the performance by a lot as the app won't try to load the assets from the disk every frame.

