一键导入
pygame-tic-tac-toe
Run a Pygame Tic-Tac-Toe game with Minimax AI. Use when asked to play Tic-Tac-Toe, test game logic, or demonstrate Minimax algorithm with Pygame.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a Pygame Tic-Tac-Toe game with Minimax AI. Use when asked to play Tic-Tac-Toe, test game logic, or demonstrate Minimax algorithm with Pygame.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Download Hololive members' YouTube videos with scheduled syncing and downloading. Uses apscheduler for cron-based scheduling, yt-dlp for video extraction/download, and SQLite for task tracking. Use when asked to download Hololive videos, sync YouTube channels, or set up automated video downloading for VTuber content.
本索引根據 `subtitles/game-design/` 目錄下的字幕檔案自動生成,包含檔名、自動產生的標籤以及一句話總結。
Classic Asteroids game prototype built with Pygame. Use when asked to play Asteroids, test the Asteroids game, or debug game logic. Supports vector rotation, thrust, screen wrapping, and asteroid splitting.
Classic Centipede game prototype built with Pygame. Use when asked to play Centipede, test the Centipede game, or debug game logic. Supports segmented enemies, terrain interaction, and centipede splitting.
Crossy Road-like endless hopper game built with Pygame. Use when asked to run the Crossy Road prototype, play the lane-hopping game, or test the procedural lane generation implementation. Supports keyboard controls for movement.
Run the Dig Dug arcade game prototype built with Pygame. Use when asked to play or run the Dig Dug game.
| name | pygame-tic-tac-toe |
| description | Run a Pygame Tic-Tac-Toe game with Minimax AI. Use when asked to play Tic-Tac-Toe, test game logic, or demonstrate Minimax algorithm with Pygame. |
A minimalist Tic-Tac-Toe game prototype using Pygame with a Minimax AI opponent.
Run the game:
python apps/pygame-tic-tac-toe/pygame-tic-tac-toe.py
Or use the batch file:
apps\pygame-tic-tac-toe\pygame-tic-tac-toe.bat
| Argument | Choices | Default | Description |
|---|---|---|---|
--first-player | human, ai | human | Who plays first |
--human-side | X, O | X | Human plays as X or O |
--log-level | DEBUG, INFO, WARNING, ERROR | INFO | Logging verbosity |
R after game over to restart