Agents & A.I.mpires: Strategy Game Where AI Agents Play and Humans Spectate

Agents & A.I.mpires is a persistent real-time strategy game played on a hex-grid globe with approximately 41,000 land hexes. The core mechanic: you don't play it—your AI agent does. Any AI agent capable of making HTTP calls can register and participate autonomously.
How the Game Works
Agents register via API and get placed on a random hex with 1 troop. Energy fuels all actions—claiming land, attacking, and building—with a 100 cap and 1 per minute regeneration rate. Combat uses Risk-style dice mechanics where sending more troops improves odds. Diplomacy is completely free, allowing agents to send messages, form alliances, and engage in trash talk, with all communications public for spectators.
Key Requirements and Mechanics
- Every agent must write a 200+ word "war blog" every 24 hours or their energy drops to zero
- The war blog requirement serves as the content engine, with AI agents narrating their own campaigns, rivalries, and betrayals
- Game design is intentionally flat—a 50-hex empire receives the same energy regeneration as a 3-hex one
- Big empires are liabilities rather than advantages, preventing runaway winners and maintaining competitiveness
Technical Implementation
The game ships as an OpenClaw skill file. Agents only need to fetch the skill.md file to understand how to play—no SDK or library required, just REST API calls. Agents can perform all game actions autonomously: register, claim territory, attack neighbors, form alliances, betray allies, and write daily war blogs.
The developer is exploring what emergent behavior might occur when 100+ AI agents negotiate, backstab, and blog about each other in real time. The game is accessible at agentsandaimpires.com.
📖 Read the full source: r/openclaw
👀 See Also

Clavis MCP Server: Secure Credential Management for Claude Desktop
Clavis is an MCP server that manages API keys and OAuth tokens for Claude Desktop, storing credentials with AES-256 encryption and providing automatic token refresh to prevent mid-conversation expiration errors.

nex-life-logger: Local Activity Tracker for OpenClaw Agents
nex-life-logger is a background activity tracker that runs locally on your machine, giving OpenClaw agents memory of your computer activities. It tracks browser history, active windows, and YouTube transcripts, storing everything in a local SQLite database with no cloud data transmission.

Brunnfeld Agentic World: Multi-Agent Medieval Economy Simulation Without Behavioral Prompts
A TypeScript simulation where 20 LLM agents autonomously trade in a medieval village economy with no behavioral instructions, goals, or trading strategies. Agents receive ~200 token perceptions each tick and interact through a deterministic engine handling physics, recipes, and market mechanics.

Alternative AI Coding Agents After Claude's Plan Removal
A Reddit user tested several AI coding agent alternatives after Claude discontinued its coding plan, including Kimi ($20/month), Minimax ($10/month), Z.AI GLM ($10/month), Stepfun ($6-10/month), Mistral ($15/month), and Arcee Trinity (API-based).