This is my submission for the JS13k 2020 game jam.
It is a platformer where you don't see the level, because your character lost their vision. You can temporarily reveal the space around you using echolocating (similar to what bats do). With that power, you need to reach the exit of the level.
Walking/jumping = WASD/ZWSD/Arrow keys
Perform echo = Space
The commands assume Yarn is installed.
Installs dependencies.
Starts webpack-dev-server at http://0.0.0.0:8080
.
Builds, minifies, and inlines the game to ./dist/index.html
.
Builds, minifies, inlines, and zips the game to ./zipped/game.zip
.