All Projects → walkor → Browserquest Php

walkor / Browserquest Php

Licence: mit
BrowserQuest server in PHP base on workerman. A PHP/HTML5/JavaScript multiplayer game experiment.

Labels

Projects that are alternatives of or similar to Browserquest Php

League Of Legends Bot
League of legends bot is a pixel bot for League Of Legends 10.19, written in C# .NET using image processing , and dependency injection (Pattern Scripting)
Stars: ✭ 275 (-6.46%)
Mutual labels:  game
Openkeeper
Dungeon Keeper II remake
Stars: ✭ 289 (-1.7%)
Mutual labels:  game
Rakugo Archive
Framework (inspired by Ren'Py) for story driven games in Godot.
Stars: ✭ 291 (-1.02%)
Mutual labels:  game
Minigolf
A minigolf game written without a game engine in C
Stars: ✭ 282 (-4.08%)
Mutual labels:  game
Ucity
The open-source city-building game for Game Boy Color.
Stars: ✭ 288 (-2.04%)
Mutual labels:  game
Angrybirdsstylegame
Angry Birds style game in Unity
Stars: ✭ 290 (-1.36%)
Mutual labels:  game
Openttd
OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe
Stars: ✭ 3,765 (+1180.61%)
Mutual labels:  game
Pysolfc
A comprehensive, feature-rich, open source, and portable, collection of Solitaire games.
Stars: ✭ 293 (-0.34%)
Mutual labels:  game
Phaser Catch The Cat
An HTML5 game 'Catch The Cat' powered by Phaser 3
Stars: ✭ 282 (-4.08%)
Mutual labels:  game
Snake Go
Snake game made in Go! 🐍
Stars: ✭ 292 (-0.68%)
Mutual labels:  game
Cute headers
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
Stars: ✭ 3,274 (+1013.61%)
Mutual labels:  game
Isetta Engine
Novice-built game engine from the ground up (with blogs!)
Stars: ✭ 285 (-3.06%)
Mutual labels:  game
Oh My Git
An interactive Git learning game!
Stars: ✭ 250 (-14.97%)
Mutual labels:  game
Zooshi
Multi-platform game where you feed well dressed animals with sushi
Stars: ✭ 281 (-4.42%)
Mutual labels:  game
Terasology
Terasology - open source voxel world
Stars: ✭ 3,247 (+1004.42%)
Mutual labels:  game
Games
Create interesting games by pure python.
Stars: ✭ 3,431 (+1067.01%)
Mutual labels:  game
S25client
Return To The Roots (Settlers II(R) Clone)
Stars: ✭ 288 (-2.04%)
Mutual labels:  game
Quantum Game
Quantum Game (old version) - a puzzle game with real quantum mechanics in a browser
Stars: ✭ 294 (+0%)
Mutual labels:  game
Open Project 1
Unity Open Project #1: Chop Chop
Stars: ✭ 4,235 (+1340.48%)
Mutual labels:  game
Defaultecs
Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
Stars: ✭ 286 (-2.72%)
Mutual labels:  game

BrowserQuest-PHP

BrowserQuest server in PHP

BrowserQuest width workerman

安装 - Install

1、git clone https://github.com/walkor/BrowserQuest-PHP

2、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修改而来,主要是将后端nodejs部分用php(workerman框架)重写

在线演示 - Live Demo

http://demos.workerman.net/browserquest/

原Repo - Original Repo

https://github.com/mozilla/BrowserQuest

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].