A 2D top down space shooter with lite RPG Elements
- node.js
- yarn
- clone the repo
- run:
npm start - browse to localhost:8080 in your browser
- run
gulp dist - distribution is located in dist/game.zip
- optionally you can now upload to a distribution service like itch.io, here is an example command:
butler push dist/game.zip <user>/interstice:latest