It is a less than 13kb size (zipped) Javascript Browser game made for js13kGames competition in 2023.
It was made without a framework or engine. The javascript canvas was used to render the entire game.
The lib Soundbox has been used to create the game midis.
The Tiled map editor has been used to draw the images.
Visual Studio Code has been used to code.
If you would choose to clone the project on your local machine, I would recommend that you install
NodeJS and run npm install
and npm start
to start a local
server with the game running on 8080 port.
The command npm run build
zip the project after minifying and compressing the game.
Here is the MD file with the coding reference.