Play Tic Tac Toe
Use bin/play-tic-tac-toe for every game operation. Read references/commands.md when translating natural-language settings or troubleshooting saved state.
Workflow
- Start a game with the requested marker, first player, and strategy.
- Relay the board and available numbered cells.
- For each user move, run
move <1-9>and relay the updated board. - Use
showto resume andclearonly when the user asks to discard the saved match.
Never edit the state file manually during normal play. Set TICTACTOE_STATE_FILE only when an isolated state location is needed.