https://github.com/luiscoms/gravity-world
HTML5 Game Based on MelonJS
https://github.com/luiscoms/gravity-world
Last synced: 9 months ago
JSON representation
HTML5 Game Based on MelonJS
- Host: GitHub
- URL: https://github.com/luiscoms/gravity-world
- Owner: luiscoms
- License: mit
- Created: 2014-04-24T14:41:53.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2018-05-23T03:53:15.000Z (over 7 years ago)
- Last Synced: 2025-03-29T13:06:34.246Z (10 months ago)
- Language: JavaScript
- Size: 35.9 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README

----
HTML5 Game Based on [MelonJS](http://melonjs.org/)
Requires nodejs >= 0.10, npm >= 1.4 and [gruntjs](http://gruntjs.com/)
```bash
npm install
```
To build application
```bash
grunt
```
To run on localhosts with node try this
```bash
npm start
```
Then, open your browser at [http://localhost:7777/dist](http://localhost:7777/dist)
Objects
----
Object | Description
:-------------: | -------------
 | Change the gravity to up
 | Change the gravity to down(normal)
 | Collectable item
 | End of level
 | Solid item
 | Pushable item
 | Pushable item
 | Solid item