← All widgetsTier 1Games & Random

Tic-Tac-Toe

Playable noughts & crosses.

A playable Tic-Tac-Toe board for 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.