项目作者: lottapixies

项目描述 :
MMORPG game written in Javascript.
高级语言: JavaScript
项目地址: git://github.com/lottapixies/mmorpg.git
创建时间: 2019-05-10T20:48:43Z
项目社区:https://github.com/lottapixies/mmorpg

开源协议:MIT License

下载


MMORPG game

MMORPG game written in Javascript.

Deploy

Install gulp.

  1. $ npm install --global gulp-cli

Clone the repo and cd into it.

  1. $ git clone https://github.com/lottapixies/mmorpg.git
  2. $ cd mmorpg

Install package dependencies.

  1. $ npm install

Run gulp and it will add a watcher for all the modified files inside the src directory and rebuild the dist/app.css and dist/app.js files accordingly.

  1. $ gulp

Open index.html in your favorite browser.

Dependencies

Authors

License

MIT