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!
- Host: GitHub
- URL: https://github.com/gregmalcolm/shoot-all-the-things
- Owner: gregmalcolm
- Created: 2017-03-13T23:11:36.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-04-12T13:27:09.000Z (about 9 years ago)
- Last Synced: 2025-01-31T09:41:31.784Z (over 1 year ago)
- Language: JavaScript
- Size: 1.71 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"