v0.3.0 - Kingdom Rush game bot
Adds a third game the AIs play: Kingdom Rush (tower defense).
- A LuaJIT mod (kingdom_rush_bridge.lua) reverse-engineered into the game's LOVE (love2d) engine, exposing live game state and accepting commands over TCP.
- patch_kingdom_rush.py injects the bridge into a local game install (backs up the original exe first).
- kingdom_rush_ai.py / kr_strategy_llm.py - the tower-defense decision logic.
- docs/kingdom-rush-reverse-engineering.md - the full reverse-engineering notes (engine internals, injection architecture, game object structures).
As with the other games, the game itself is not included - bring your own legally-owned copy.