← All widgetsTier 1Games & Random

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

PropTypeDescription
modepvp|pvcOpponent: human or computer

Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.