A game prototype (originally in development for the Weekly Game Jam #164).
See our mess as it's made here: https://jhdeerin.github.io/orbits
Assuming you have npm
installed:
-
Run the following commands to install any packages we need, build the project, and start running it in a development server:
npm install npm run build npm run dev
-
Visit
localhost:8000
in your browser to see the running game!