wellspring
A browser-based, wrap-around platformer about overcoming challenges. You can play
the game in its current state here.

Setup
In order to set up the project for development:
- Make sure you have installed Node and
Yarn.
- run
yarn
to install the dependencies.
yarn start
will serve the project and open it in your browser. You’re
good to go!
yarn build
will zip up the contents of the public folder and place them
in a “build” directory.