Skip to content

redoc/zero

This branch is 42 commits ahead of, 21 commits behind walkor/BrowserQuest-PHP:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8bbd1b5 · Jul 3, 2022
Jan 4, 2022
Jan 1, 2017
Oct 30, 2021
Jan 4, 2022
Jan 4, 2022
Dec 30, 2016
Jan 4, 2022
Oct 30, 2021
Dec 30, 2016
Jul 3, 2022
Jul 3, 2022
Feb 9, 2017
Dec 30, 2016
Jul 3, 2022
Jul 3, 2022
Dec 30, 2016
Oct 30, 2021
Dec 30, 2016

Repository files navigation

Zero Game

Forked from walkor/BrowserQuest-PHP

BrowserQuest with workerman

开发 - Develop

环境初始化 - Initialize environment

启动/停止 - Start/Stop

  • 以debug模式启动 php start.php start
  • 以daemon模式启动 php start.php start -d
  • 查看状态 php start.php status
  • 停止 php start.php stop

部署 - Deployment

  • 安装依赖 - 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
    

说明 - Description

本游戏是由BrowserQuest修改而来,主要是将后端nodejs部分用php(workerman框架)重写。

在线演示 - Live Demo

https://zero.givemecolor.cc/

原Repo - Original Repo

https://github.com/mozilla/BrowserQuest

About

从 BrowserQuest fork 出来的一个汉化版本。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.9%
  • Hack 1.5%
  • Python 1.4%
  • Other 0.2%