Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkor/BrowserQuest-PHP
BrowserQuest server in PHP base on workerman. A PHP/HTML5/JavaScript multiplayer game experiment.
https://github.com/walkor/BrowserQuest-PHP
browserquest game php workerman
Last synced: 3 months ago
JSON representation
BrowserQuest server in PHP base on workerman. A PHP/HTML5/JavaScript multiplayer game experiment.
- Host: GitHub
- URL: https://github.com/walkor/BrowserQuest-PHP
- Owner: walkor
- License: mit
- Created: 2015-03-08T09:05:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T08:12:05.000Z (over 2 years ago)
- Last Synced: 2024-04-14T04:22:46.931Z (7 months ago)
- Topics: browserquest, game, php, workerman
- Language: PHP
- Homepage:
- Size: 8.65 MB
- Stars: 371
- Watchers: 34
- Forks: 180
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# BrowserQuest-PHP
BrowserQuest server in PHP![BrowserQuest width workerman](https://github.com/walkor/BrowserQuest-PHP/blob/master/Web/img/screenshot.jpg?raw=true)
## 安装 - Install
1、git clone https://github.com/walkor/BrowserQuest-PHP2、composer install
3、更改配置 Web/config/config_local.json 中的host为当前服务器ip地址或者域名
## Lniux 启动停止 - Start and Stop for Linux
以debug模式启动 ```php start.php start```
以daemon模式启动 ```php start.php start -d```
查看状态 ```php start.php status```
停止 ```php start.php stop```## Windows 启动停止 - Start and Stop for Windows
双击 start_for_win.bat启动,按ctrl+c停止
Double click start_for_win.bat for start.
Press ctrl + c to stop.## 说明 - Description
本游戏是由[BrowserQuest](https://github.com/mozilla/BrowserQuest)修改而来,主要是将后端nodejs部分用php([workerman框架](https://github.com/walkor/workerman))重写## 在线演示 - Live Demo
[http://demos.workerman.net/browserquest/](http://demos.workerman.net/browserquest/)## 原Repo - Original Repo
[https://github.com/mozilla/BrowserQuest](https://github.com/mozilla/BrowserQuest)