#game-ai

2 posts

12 Hours Running a Slay the Spire 2 AI: the Levers That Worked, and the Ones That Didn't

I built a bot to auto-play Slay the Spire 2 and let an AI tune it for ~12 hours. Tuning numbers did nothing; only rebuilding the combat procedure finally won.

A Slay the Spire 2 Auto-Play Bot (1): Observing and Controlling It From Python

Reading state and sending actions from Python via the STS2MCP mod's REST API: building the observe→act loop, and fixing Early Access drift with Claude Code.