房间仓库 / Room repository
glink25/parti-grand-coven
Git ref(可选 / optional)
parti-package
游戏简介 / Game introduction
Grand Coven 是一款 3–5 人同时选角与读局势的桌游房间。每轮玩家秘密从 8 个角色中选择 4 个;领手玩家发起角色后可选择安全的 Favor,或争夺效果更强但可能被后手同角色玩家夺走的 Claim。游戏共 5 轮,围绕资源、药剂、仪式、私密预言信息与金币展开,最终按 VP 与资源进行结算。
版本:0.2.0。新增完整中文界面支持(浏览器语言自动选择 + 中/EN 手动切换),并新增包内 SVG 市场封面 cover.svg。本地 10/10 自动化测试、typecheck、构建、打包与 Room Package 契约检查均已通过。
发布前确认 / Pre-flight checklist
已解析的房间包源码: 查看对应仓库分支与目录
{
"partiVersion": "0.1.0",
"protocolVersion": 1,
"id": "grand-coven",
"name": "Grand Coven",
"version": "0.2.0",
"description": "秘密选择角色、观察桌面局势,在安全的恩惠与更强但可能被夺走的主张之间做出选择。 / Secretly choose roles, read the table, and choose between safe Favor and contested Claim.",
"tags": [
"board-game",
"party",
"bluffing",
"simultaneous-selection"
],
"cover": "cover.svg",
"packageMode": "filesystem",
"entry": {
"ui": "index.html",
"worker": "room.worker.js",
"style": "style.css",
"client": "client.js"
},
"room": {
"minPlayers": 3,
"maxPlayers": 5,
"allowSpectators": true
},
"sync": {
"mode": "snapshot"
},
"permissions": {
"network": false,
"storage": "session"
},
"actions": {}
}
房间仓库 / Room repository
glink25/parti-grand-coven
Git ref(可选 / optional)
parti-package
游戏简介 / Game introduction
Grand Coven 是一款 3–5 人同时选角与读局势的桌游房间。每轮玩家秘密从 8 个角色中选择 4 个;领手玩家发起角色后可选择安全的 Favor,或争夺效果更强但可能被后手同角色玩家夺走的 Claim。游戏共 5 轮,围绕资源、药剂、仪式、私密预言信息与金币展开,最终按 VP 与资源进行结算。
版本:0.2.0。新增完整中文界面支持(浏览器语言自动选择 + 中/EN 手动切换),并新增包内 SVG 市场封面
cover.svg。本地 10/10 自动化测试、typecheck、构建、打包与 Room Package 契约检查均已通过。发布前确认 / Pre-flight checklist
已解析的房间包源码: 查看对应仓库分支与目录
{ "partiVersion": "0.1.0", "protocolVersion": 1, "id": "grand-coven", "name": "Grand Coven", "version": "0.2.0", "description": "秘密选择角色、观察桌面局势,在安全的恩惠与更强但可能被夺走的主张之间做出选择。 / Secretly choose roles, read the table, and choose between safe Favor and contested Claim.", "tags": [ "board-game", "party", "bluffing", "simultaneous-selection" ], "cover": "cover.svg", "packageMode": "filesystem", "entry": { "ui": "index.html", "worker": "room.worker.js", "style": "style.css", "client": "client.js" }, "room": { "minPlayers": 3, "maxPlayers": 5, "allowSpectators": true }, "sync": { "mode": "snapshot" }, "permissions": { "network": false, "storage": "session" }, "actions": {} }