Skip to content

v0.3.0 - Kingdom Rush game bot

Choose a tag to compare

@MIO-456 MIO-456 released this 11 Jun 03:46

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.