Skip to content

Green vs Parking Space - a js13kGames 2021 competition entry by @tkjantti & @sz1521.

License

Notifications You must be signed in to change notification settings

js13kGames/green-vs-parking-space

 
 

Repository files navigation

space2021

Js13kGames 2021 entry

Building and running

First, run

npm install

Then, for running the game in browser:

npm run start

and for building the final package (build.zip):

npm run build