Just for fun. It's written in vanilla js, no libraries used. Also it uses HTML elements to render the game instead of canvas.
- Checkout the project and CD into it
- run
npm installto get all dependencies - run
npm run buildto compile the app - run
npm startto get the game running on your browser
