Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 502 Bytes

Orbits

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

Local Installation (For Developers)

Assuming you have npm installed:

  1. 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
  2. Visit localhost:8000 in your browser to see the running game!