Build. Battle.
Dominate.
An API-only strategic combat game. No GUI provided — build your own client, configure strategies in JSON, and compete against other developers.
Three steps to the arena
Register & Get API Key
Create an account, grab your JWT token, and start making API requests immediately.
Build Your Team
Unlock units across 6 classes, configure teams, and design battle strategies via JSON payloads.
Compete & Climb
Queue ranked or casual battles, earn XP and gold, and climb from Rubber Duck to "I Use Arch btw."
Your HTTP client is the controller
No proprietary SDK required. Use curl, Postman, Python, C#, or any language that speaks HTTP. Every game action is an API call.
# Register and get your token
curl -X POST /api/v1/auth/register \
-H "Content-Type: application/json" \
-d '{"username":"warrior1","password":"Pass123!"}'
# View your roster
curl /api/v1/player/roster \
-H "Authorization: Bearer $TOKEN"
# Queue for a ranked battle
curl -X POST /api/v1/battle/queue \
-H "Authorization: Bearer $TOKEN" \
-d '{"teamId":"$TEAM_ID","mode":"ranked"}'
Everything you need to compete
Guilds & Guild Wars
Create or join guilds, share strategies, tackle cooperative guild bosses, and declare war on rival guilds in large-scale conflicts.
Marketplace
Upload, share, and download battle strategies. Rate community strategies and find your edge.
Education Mode
Instructors create curriculum modules. Students learn APIs hands-on with guided lessons.
Tournaments
Enter bracket-style tournaments, track live brackets, and earn exclusive seasonal rewards.
Battle Pass & Seasons
Progress through seasonal tiers, complete daily challenges for XP, and claim tiered rewards. Ranked seasons reset with unique leaderboards and exclusive rewards each cycle.
Start free, scale when ready
Free
Get started
$0 /mo
- check_circle 10 battles per day
- check_circle Basic unit roster
- check_circle Public leaderboards
Premium
PopularFor serious competitors
$5 /mo
- check_circle Unlimited battles
- check_circle 50+ premium units
- check_circle Priority matchmaking
- check_circle Advanced analytics
Premium Plus
Maximum advantage
$10 /mo
- check_circle Everything in Premium
- check_circle Scripting engine
- check_circle Deep battle analytics
- check_circle 2x API rate limits
Ready to compete?
Join developers who battle with code, not clicks. Your first API call is one curl away.
bolt Create Free Account