2up icon indicating copy to clipboard operation
2up copied to clipboard

Refactor multiplayer package to playroomkit-style api

Open kyh opened this issue 4 months ago • 1 comments

Summary

  • replace the legacy realtime/turn-based hooks with a PlayroomKit-inspired provider and lightweight hook surface
  • simplify the PartyKit server to track shared state, per-player state, and host assignment only
  • refresh documentation and the Next.js demo page to illustrate the new API

Testing

  • pnpm -F @repo/multiplayer lint
  • pnpm -F @repo/multiplayer typecheck
  • pnpm -F @repo/nextjs lint -- src/app/demo/page.tsx
  • pnpm -F @repo/party exec eslint src/server.ts

https://chatgpt.com/codex/tasks/task_e_68ce3a6209d48323a156860e369f5443

kyh avatar Sep 20 '25 09:09 kyh

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
vibedgames-flappy-bird Ready Ready Preview Comment Oct 29, 2025 11:01pm
vibedgames-pacman Ready Ready Preview Comment Oct 29, 2025 11:01pm
vibedgames-pong Ready Ready Preview Comment Oct 29, 2025 11:01pm
vibedgames-tetris Ready Ready Preview Comment Oct 29, 2025 11:01pm

vercel[bot] avatar Sep 20 '25 09:09 vercel[bot]