Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikwittern/gravityquest_demo
Demo of the game Gravity Quest developed with Phaser
https://github.com/erikwittern/gravityquest_demo
Last synced: 13 days ago
JSON representation
Demo of the game Gravity Quest developed with Phaser
- Host: GitHub
- URL: https://github.com/erikwittern/gravityquest_demo
- Owner: ErikWittern
- License: mit
- Created: 2014-08-28T09:13:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T15:34:56.000Z (over 10 years ago)
- Last Synced: 2024-10-06T01:21:41.389Z (3 months ago)
- Language: JavaScript
- Size: 305 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gravity Quest demo
=================Demo of the game Gravity Quest developed with Phaser. Based on the articles on [http://www.wittern.net](http://www.wittern.net).
Requires node.js to servce Phaser.
To run it, clone the repository or download the ZIP file and unpack it.
Within the project's folder, run:
npm install
Run the server with:
node server.js
Access the demo on http://localhost:3000 (or on the defined port)