The current game was developed within the context of the GMTK game jam (see: https://itch.io/jam/gmtk-jam-2022).
- npm
To run this application, execute the following steps.
- Open a terminal and run
npm install
. - Now, run
npm start
.
Note 1: in some cases, npm
needs sudo
to be able to run in your machine.
Note 2: if you are having troubles running npm install
, try adding the flag --legacy-peer-deps
to the inital command.
- Then, open a browser and go to
localhost:1234
.