/Mazes

Multiplayer online roguelike game, made entirely with javascript

Primary LanguageJavaScript

This project was abandoned

Mazes

Amazeing is an ambitious massively multiplayer online role-playing game made with javascript.

amazeing

Some of the key features:

  • Random mazes generation
  • Multiplayer crossplatform
  • Biomes
  • Character customization
  • PvP
  • Mobs with CI of, at least, 120 ;)
  • Fun

This project is in development, thanks!

Instalation

$ sudo npm install gulp -g
  • Install Node dependencies:
$ npm install
  • Install Bower resources:
$ bower install

How to run locally?

To build the project:

$ gulp build

To run on development mode:

$ gulp dev

After build, go to http://127.0.0.1:3000/ on your favorite web browser with full HTML5 support. By default gulp will build the project.

To deploy, set the following environment var on staging

$ export NODE_ENV=staging

Rules to add code

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

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