Forked from walkor/BrowserQuest-PHP

php start.php startphp start.php start -dphp start.php statusphp start.php stop安装依赖 - Install dependencies
pip3 install fabric
apt install docker # or blahblah...
构建并发布镜像 - Build/Release container image
make build
make release
部署之- Deploy it
make install # install
make deploy # upgrade
本游戏是由BrowserQuest修改而来,主要是将后端nodejs部分用php(workerman框架)重写。