Skip to content

[parti-room] glink24/parti-aeroplane@parti-package #8

Description

@glink24

房间仓库 / Room repository

glink24/parti-aeroplane

Git ref(可选 / optional)

parti-package

游戏简介 / Game introduction

Low-poly 3D 飞行棋:2-6 人在公平的正 N 边形赛道上竞速,含同色跳、对角捷径与多种随机格子事件,支持 AI 补位与断线重连。

发布前确认 / Pre-flight checklist

  • 仓库中包含 parti.room.json 和 manifest entry 声明的全部文件,且已在 Parti web 中验证可正常游玩
  • manifest 的 id、name、version、description 填写完整(市场列表直接展示)

版本: 1.0.0


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

{
  "partiVersion": "0.1.0",
  "protocolVersion": 1,
  "id": "aeroplane-3d",
  "name": "云端竞速 · 3D 飞行棋",
  "version": "1.1.0",
  "description": "Low-poly 3D 飞行棋:2-6 人在公平的正 N 边形赛道上竞速,含同色跳、对角捷径与多种随机格子事件,支持 AI 补位与断线重连。",
  "tags": [
    "board-game",
    "party",
    "3d",
    "race"
  ],
  "cover": "cover.jpg",
  "packageMode": "filesystem",
  "entry": {
    "ui": "index.html",
    "worker": "room.worker.js"
  },
  "room": {
    "minPlayers": 2,
    "maxPlayers": 6,
    "allowSpectators": true
  },
  "sync": {
    "mode": "snapshot"
  },
  "permissions": {
    "network": false,
    "storage": "session"
  },
  "actions": {
    "setSeatCount": {
      "payload": "{ count: 2 | 3 | 4 | 5 | 6 }"
    },
    "start": {},
    "rollDice": {},
    "movePlane": {
      "payload": "{ planeId: string }"
    },
    "rematch": {}
  }
}

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