Interactive Tic Tac Toe game for your terminal, powered by t3core.
npx t3core-clinpm install -g t3core-cli
t3core-cli- Two-player Tic Tac Toe in the terminal
- Interactive menu with settings
- Optional arrow-key navigation in interactive terminals
- Colored symbols and styled board, with styling toggle
- Sound toggle and reset-to-default settings
- Move history view and rollback support
- Optional game info panel
- Win and draw detection
- Play again prompt
1starts a new game.2opens settings.3exits.
- Enter a field number from
1to9to place a move. - When arrow-key navigation is enabled, use arrow keys to choose a field and
Enterto confirm. - Press
hto show or hide move history after at least one move. - Press
ito show or hide game info. - Press
qto return to the main menu. In arrow-key mode,EscandBackspacealso return to the menu.
1toggles sound.2toggles styling.3toggles arrow-key navigation when the terminal supports it and styling is enabled.4resets settings to default.- Press
qto return to the main menu. In arrow-key mode,EscandBackspacealso return to the menu.
- Node.js >= 16.0.0
- t3core — the reusable TypeScript core library used by this CLI (also works with React, Next.js, and any JavaScript project)

