RCWeb Flappy Birds 2 Control is the companion controller app for the shared display at /flappy2/. It is designed for phones and tablets, and gives each player a single large flap button plus a live view of their assigned bird, score, and win count.


/flappy2-c/ and connects to the RCWeb room provided in the QR code link.The controller uses rc.sendFunctionCall to talk to the main /flappy2/ display app.
flappy.joinAndFlap to the shared screen.flappy.flap for the current controller client.onAssignedBird, onScoreUpdate, onStateUpdate, and onRemovedBird so the controller stays synchronized with the real game state.The controller does not run the game simulation itself. It is intentionally lightweight and depends on the shared screen for bird assignment, physics, scoring, and round flow.