{"id":13789093,"url":"https://github.com/sy-records/game-ddz","last_synced_at":"2025-07-24T07:33:51.806Z","repository":{"id":40612249,"uuid":"241051825","full_name":"sy-records/game-ddz","owner":"sy-records","description":"♦️ 使用Hyperf框架开发斗地主游戏","archived":false,"fork":false,"pushed_at":"2021-07-20T05:50:02.000Z","size":601,"stargazers_count":225,"open_issues_count":1,"forks_count":78,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-19T11:35:21.989Z","etag":null,"topics":["game","hyperf","php","swoole"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sy-records.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-17T08:06:53.000Z","updated_at":"2025-05-30T09:06:28.000Z","dependencies_parsed_at":"2022-08-26T13:10:49.343Z","dependency_job_id":null,"html_url":"https://github.com/sy-records/game-ddz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sy-records/game-ddz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fgame-ddz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fgame-ddz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fgame-ddz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fgame-ddz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sy-records","download_url":"https://codeload.github.com/sy-records/game-ddz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2Fgame-ddz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266808542,"owners_count":23987450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game","hyperf","php","swoole"],"created_at":"2024-08-03T21:00:58.462Z","updated_at":"2025-07-24T07:33:51.753Z","avatar_url":"https://github.com/sy-records.png","language":"PHP","funding_links":[],"categories":["游戏"],"sub_categories":[],"readme":"# 斗地主\n\n♦️ 基于Hyperf框架开发斗地主游戏，实现斗地主游戏服务端逻辑，并采用原生js和WebSocket实现简单的客户端打牌逻辑，可以做到简单的玩斗地主游戏。\n\n## 特性\n* 实现前后端二进制封包解包，采用的是[msgpack](https://github.com/msgpack/msgpack-php)扩展，msgpack对数据进行了压缩，并实现粘包处理；\n* 数据采用固定包头，包头4个字节存包体长度，包体前2个字节分别为`cmd`(主命令字)，`scmd`(子命令字)，后面为包体内容\n* 采用策略模式解耦游戏中的每个协议逻辑\n* 实现定义游戏开发`cmd`(主命令字)和`scmd`(子命令字)定义，cmd和scmd主要用来路由到游戏协议逻辑处理\n\n## 依赖\n\n* 运行 Hyperf 的环境\n* [msgpack](https://github.com/msgpack/msgpack-php) 扩展\n\n## 安装\n\n```bash\ngit clone https://github.com/sy-records/game-ddz.git\n\ncd game-ddz\ncomposer install --no-dev\nphp bin/hyperf.php start\n```\n\n安装完成后访问 URL：[http://127.0.0.1:9501](http://127.0.0.1:9501)\n\n## 使用示例\n\n### 登陆\n\n请随意输入英文或数字账号，这里是将用户账号当做`uid`使用，存入`redis`当中\n\n![登陆](public/example/1.png)\n\n### 打牌\n\n根据按钮来操作打牌逻辑，消息框里会提示打牌逻辑过程\n\n![打牌](public/example/2.png)\n\n## 写在最后\n\n此repo示例修改自[swoft-ddz](https://github.com/jxy918/swoft-ddz)，已和原作者联系。\n\n如有定制开发需求可以联系QQ。\u003ca target=\"_blank\" href=\"http://wpa.qq.com/msgrd?v=3\u0026uin=85464277\u0026site=qq\u0026menu=yes\"\u003e\u003cimg border=\"0\" src=\"http://wpa.qq.com/pa?p=2:85464277:51\" alt=\"点此即可联系我\" title=\"点此即可联系我\"/\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsy-records%2Fgame-ddz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsy-records%2Fgame-ddz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsy-records%2Fgame-ddz/lists"}