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

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

Awesome Lists containing this project

README

          

![Gravity World](data/img/gui/title.png "Gravity World")
----

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
:-------------: | -------------
![Up](data/img/blocks/up-64x64.png "Up") | Change the gravity to up
![Down](data/img/blocks/down-64x64.png "Down") | Change the gravity to down(normal)
![Coin](data/img/blocks/coin-41x50.png "Coin") | Collectable item
![Exit Arrow](data/img/blocks/arrow-64x64.png "Exit Arrow") | End of level
![Lock](data/img/blocks/lock-66x68.png "Lock") | Solid item
![Shell](data/img/blocks/shellA-68x72.png "Shell") | Pushable item
![Bomb Detonator](data/img/blocks/bombdet-64x64.png "Bomb Detonator") | Pushable item
![Bomb](data/img/blocks/bombset01-64x60.png "Bomb") | Solid item