An open API service indexing awesome lists of open source software.

https://github.com/gregmalcolm/shoot-all-the-things

Messing with a basic demo game. Nothing to see here!
https://github.com/gregmalcolm/shoot-all-the-things

Last synced: about 1 year ago
JSON representation

Messing with a basic demo game. Nothing to see here!

Awesome Lists containing this project

README

          

Shoot All The Things
====================

The best game in the world evar.

Starting app gratuitously stolen from hprofit/Jumper. We have no shame.

Setup
=========

1. (sudo) npm install
2. (sudo) install -g http-server (this may or may not be necessary)
3. npm run build
4. npm run start (OR, if this doesn't work, (sudo) http-server -p {portNumber})
5. In browser, go to "localhost:9000"

For Active Development
======================

1. (sudo) npm install
2. (sudo) install -g http-server (this may or may not be necessary)
3. npm run dev
4. In browser, go to "localhost:9000"