Tic-Tac-Toe CLI Implementation
Follow skills/tic-tac-toe-cli/PLAN.md to implement, then use skills/tic-tac-toe-cli/VERIFY.md to check the results.
Implement or refactor the Python CLI tic-tac-toe game in this repo, including board model, move validation, win/draw logic, game loop, and bot behavior. Use when working on core gameplay modules or CLI entrypoints for this project.
Browse the full folder contents for tic-tac-toe-cli.
Loading file tree…
Skill Metadata
Follow skills/tic-tac-toe-cli/PLAN.md to implement, then use skills/tic-tac-toe-cli/VERIFY.md to check the results.