(Currently in development and unpublished). A HTML canvas game in vanilla JS. A clone of Bloons you could say (I needed an idea). Using this project to spend some time with vanilla JS again, after a while with JS frameworks.
Features
A playable game taking the user's mouse inputs to place towers and start waves of enemies.
Tools
Webpack for any bundling and a smooth DX.
Advanced Browser API usage, including requestAnimationFrame and setTimeout.