What problem does it solve?
This Skill provides a comprehensive framework and set of patterns for building real-time multiplayer party games, similar to the Jackbox Games series, from scratch.
Core Features & Use Cases
- Full-Stack TypeScript: Develop both server and client logic in a single language.
- Host-Player Architecture: Supports the classic setup where one screen acts as the host display and player devices act as controllers.
- Real-time Networking: Leverages Socket.IO for robust, low-latency communication.
- Game State Management: Implements state machines for managing game phases and rounds.
- VIP Role & Authority: Manages special player roles (VIP) with elevated control.
- Content Safety: Includes mechanisms for profanity filtering and moderation.
- BDD Testing: Integrates Playwright for multi-browser context testing of multiplayer interactions.
- Use Case: Develop a new trivia game, a drawing game like Drawful, or a prompt-response game like Quiplash, complete with lobby management, scoring, and robust testing.
Quick Start
Use the party game dev skill to build a Jackbox-style party game from scratch.