PHP怎么实现游戏玩家匹配,PHP 游戏房间匹配demo2

【实例简介】

PHP 游戏 房间匹配demo2

【实例截图】

【核心代码】

workerman_gameMatch2

└── workerman_gameMatch 2

├── Applications

│   └── Chat

│   ├── Events.php

│   ├── start_businessworker.php

│   ├── start_gateway.php

│   ├── start_register.php

│   ├── start_web.php

│   └── Web

│   ├── css

│   │   ├── bootstrap.css

│   │   ├── bootstrap.min.css

│   │   ├── bootstrap-theme.css

│   │   ├── bootstrap-theme.min.css

│   │   └── style.css

│   ├── game.php

│   ├── img

│   │   └── workerman-todpole.png

│   ├── index.html

│   ├── js

│   │   ├── jquery.min.js

│   │   ├── swfobject.js

│   │   ├── util.js

│   │   └── web_socket.js

│   ├── match.php

│   ├── oldindex.html

│   └── swf

│   └── WebSocketMain.swf

├── start_for_win.bat

└── vendor

├── autoload.php

├── composer

│   ├── autoload_classmap.php

│   ├── autoload_namespaces.php

│   ├── autoload_psr4.php

│   ├── autoload_real.php

│   ├── autoload_static.php

│   ├── ClassLoader.php

│   ├── installed.json

│   └── LICENSE

└── workerman

├── gateway-worker-for-win

│   ├── composer.json

│   ├── MIT-LICENSE.txt

│   ├── README.md

│   └── src

│   ├── BusinessWorker.php

│   ├── Gateway.php

│   ├── Lib

│   │   ├── Context.php

│   │   ├── DbConnection.php

│   │   ├── Db.php

│   │   └── Gateway.php

│   ├── Protocols

│   │   └── GatewayProtocol.php

│   └── Register.php

├── workerman-for-win

│   ├── Autoloader.php

│   ├── composer.json

│   ├── Connection

│   │   ├── AsyncTcpConnection.php

│   │   ├── AsyncUdpConnection.php

│   │   ├── ConnectionInterface.php

│   │   ├── TcpConnection.php

│   │   └── UdpConnection.php

│   ├── Events

│   │   ├── EventInterface.php

│   │   ├── Event.php

│   │   ├── Ev.php

│   │   ├── Libevent.php

│   │   ├── React

│   │   │   ├── ExtEventLoop.php

│   │   │   ├── LibEventLoop.php

│   │   │   └── StreamSelectLoop.php

│   │   └── Select.php

│   ├── Lib

│   │   ├── Constants.php

│   │   └── Timer.php

│   ├── MIT-LICENSE.txt

│   ├── Protocols

│   │   ├── Frame.php

│   │   ├── Http

│   │   │   └── mime.types

│   │   ├── Http.php

│   │   ├── ProtocolInterface.php

│   │   ├── Text.php

│   │   ├── Websocket.php

│   │   └── Ws.php

│   ├── README.md

│   ├── WebServer.php

│   └── Worker.php

└── workerman.log

22 directories, 70 files

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值