Blog Demos#
Demos that will eventually make their way onto my blog, if not already.
Projects#
- broadcast-channel-api: Multi-tab tic-tac-toe game demonstrating the BroadcastChannel API for real-time cross-tab communication
Tabs that receive a state_sync before getting an explicit role
assignment now default to spectator, fixing a race condition where
3rd+ tabs could incorrectly become hosts.
Multi-tab tic-tac-toe game using BroadcastChannel API for real-time
sync. First tab becomes host (Player X), second becomes Player O,
additional tabs become spectators. All moves sync instantly across tabs.