Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tonymtz/dont-die

Amazeing is a roguelike game, it's built entirely with javascript.
https://github.com/tonymtz/dont-die

Last synced: about 1 month ago
JSON representation

Amazeing is a roguelike game, it's built entirely with javascript.

Awesome Lists containing this project

README

        

Don't Die!
===

Roguelike game, made it entirely with javascript.

![amazeing](http://i.imgur.com/ZtRkGYh.jpg)

Some of the key features:

- Random mazes & caves generation
- Multiplatform
- Biomes
- Character customization
- Fun

This project is in development, thanks!

### Instalation ###
* Clone repo
* Install [NodeJS](http://nodejs.org/download/) and
* install [Gulp](https://github.com/gulpjs/gulp/):
```bash
$ sudo npm install gulp -g
```
```bash
$ sudo npm install bower -g
```
* Install Node dependencies:
```bash
$ npm install
```
* Install Bower resources:
```bash
$ bower install
```

### How to run locally? ###
To build the project:
```bash
$ gulp build -prod
```

To run on development mode:
```bash
$ gulp build
```
After build, go to [http://127.0.0.1:8000/](http://127.0.0.1:8000/) on your favorite web browser with full HTML5 support.
By default gulp will __build__ the project.

### Rules to add code ###

* Fork this project
* Make your changes
* Pull Fork request

Any pull request that doesn't merge cleanly will be rejected.