tic-tac-toe-cli

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.

$ Installieren

git clone https://github.com/VictorQian03/tic-tac-toe /tmp/tic-tac-toe && cp -r /tmp/tic-tac-toe/skills/tic-tac-toe-cli ~/.claude/skills/tic-tac-toe

// tip: Run this command in your terminal to install the skill