What is Tic-Tac-Toe?
Tic-Tac-Toe is a multiplayer tic-tac-toe game demo where one player creates a game and shares an invite code with a friend. It shows how a small real-time game can be generated and shipped with a mobile-first light theme.
Key features of Tic-Tac-Toe
The game covers new game creation, invite-code joining, player identity, synchronized board moves, win and draw states, and live subscription updates. The simple rules make the real-time behavior easy to see in the demo video.
How Tic-Tac-Toe was built
The source is a React app backed by AppDeploy routes for game creation, joining, moves, and entity subscriptions. The backend stores game state in database records and websocket subscriptions push move changes to both players.
Prompt used to build Tic-Tac-Toe
@AppDeploy a multiplayer tic-tac-toe game. Players can create a new game and share an invite code with friends in real time.... The game syncs in real time so both players see moves instantly. Make it in light theme and mobile first.
Live Tic-Tac-Toe demo
Open the live Tic-Tac-Toe appSee more Games apps
AH-64D Apache Combat
AH-64D Apache attack-helicopter flight and combat sim over an endless procedural world, built with three.js, featuring an arcade flight model, lock-on missiles, enemy AI, and a retro-green avionics HUD.
"@AppDeploy an AH-64D Apache attack-helicopter flight-and-combat sim over an endless procedural world. It runs in the browser with three.js and should feel like an arcade military flight sim with a retro-green avionics..."