Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tonymtz/dont-die
- Owner: tonymtz
- Fork: true (gamesRum/amazeing)
- Created: 2015-03-30T22:26:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T22:28:04.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T12:55:57.416Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
- FunThis 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 requestAny pull request that doesn't merge cleanly will be rejected.