Skip to content

[parti-room] glink25/parti-grand-coven@parti-package #13

Description

@glink25

房间仓库 / 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

  • 仓库中包含 parti.room.json 和 manifest entry 声明的全部文件,且已在 Parti web 中验证可正常游玩
  • manifest 的 id、name、version、description 填写完整(市场列表直接展示)
  • (建议)GitHub Actions 同时更新 parti-package 分支,并在 release 中上传 parti.room.zip 与 parti.room.json 作为人工兜底

已解析的房间包源码: 查看对应仓库分支与目录

{
  "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": {}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    beta房间市场:测试版,未经充分测试parti-room房间市场:已上架

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions