RCWeb Pacman Party

pacman is a shared maze screen for RCWeb where every phone that joins becomes its own playable chomper.

What It Does

  • Supports many simultaneous players in one room.
  • Displays a QR code that opens pacman-control in the same room.
  • Lets players steer through a shared maze with dots and power pellets.
  • Runs ghost AI on the host screen so the room can play together without any server-side changes.

Controls

  • Each controller sends one of four directions: up, down, left, right.
  • Characters keep moving until a new direction is chosen, which fits classic Pacman-style play.
  • Press R on the host keyboard to reset locally while testing.

Notes

  • Dot progress is shared across the room.
  • Power pellets put all ghosts into frightened mode for a short time.
  • Controllers that stop sending heartbeats are removed from the scoreboard automatically.
DocumentationServer TelemetryServer StatsServer HTTP LogServer WebSocket Log