Tic-Tac-Toe
Playable noughts & crosses.
A playable Tic-Tac-Toe board β player-vs-player or player-vs-computer.
type Β· tic_tac_toe
Runs entirely in the shell β no backend needed.
How to use it
Just ask for it in chat β the agent emits this widget and the shell renders it:
Try saying
βplay tic-tac-toe against the computerβ
Example
The agent returns this A2UI component (inside the components array of a /chat response):
tic_tac_toe.json
{
"type": "tic_tac_toe",
"mode": "pvc"
}Properties
| Prop | Type | Description |
|---|---|---|
mode | pvp|pvc | Opponent: human or computer |
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.