Agent Arcade
Play fun arcade games while waiting on AI agent tasks.
Stop context-switching to your phone or social media while waiting for Claude Code or Codex to finish. Stay in the terminal, stay productive!
Installation
macOS
brew install tmux pipx
pipx install agent-arcade
Linux
# Ubuntu/Debian
sudo apt-get install tmux
pipx install agent-arcade
# RedHat/CentOS
sudo yum install tmux
pipx install agent-arcade
Windows (WSL)
# Install WSL first: wsl --install
# Then in your WSL terminal:
sudo apt-get install tmux
pipx install agent-arcade
Quick Start
-
Launch Agent Arcade in your project directory:
agent-arcade
-
Select your AI agent
-
Switch between agent/game view:
Ctrl+Space
-
Give your agent tasks and then play games while you wait!
Supported AI Agents
- Claude Code
- Cursor
Want to add more agents? Submit a PR.
Games
Snake
Classic Snake game. Eat food, grow longer, avoid walls and yourself!
In progress games
More games are coming soon. I'm currently working on:
- 2048
- Minesweeper
- Pong
- Sudoku
License
MIT License - see LICENSE file for details.
Credits
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Development Setup
# Install Poetry
curl -sSL https://install.python-poetry.org | python3 -
# Clone and setup
git clone https://github.com/anthonygore/agent-arcade
cd agent-arcade
poetry install
# Run in dev mode (uses ~/.agent-arcade-dev for data)
poetry run agent-arcade
Support
- Issues: GitHub Issues
- Discussions: GitHub Discussions
Release files for agent-arcade 1.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agent_arcade-1.1.3.tar.gz | 33.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agent_arcade-1.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 82.6 kB
Release files / agent_arcade-1.1.3.tar.gz
| Download URL | agent_arcade-1.1.3.tar.gz |
|---|---|
| Size | 33.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cd66e49fc226980ddda4e7258d116527bec6e09ff5977a201a6ce0c05a98b6a7
|
|
BLAKE2b-256 checksum How to use checksums |
0b2c26fcbc8fd2b31832b6b416471469dc1735568b11ada8612e78ddf2b781b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.3.1 CPython/3.13.0 Darwin/25.2.0
|
Release files / agent_arcade-1.1.3-py3-none-any.whl
| Download URL | agent_arcade-1.1.3-py3-none-any.whl |
|---|---|
| Size | 48.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7252be64f59a35a19cd5cca8c387bb38b44a6edc2b7e6a2fa54be32d7d3ac6c6
|
|
BLAKE2b-256 checksum How to use checksums |
e2a6cd86975417226dbaeedc4bcf764dc17126fba5732b604b327dfd7811b534
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.3.1 CPython/3.13.0 Darwin/25.2.0
|