A Python bot that auto-plays the Dota 2 Bootbreaker arcade minigame — it launches, aims, and tracks the boot to keep the ball alive as long as possible.
Windows only.
Install uv, then:
uv syncuv run python -m bootbreaker # play
uv run python -m bootbreaker --debug # play with live overlay windowOpen Dota 2 and press F8 to start/pause the bot (it starts paused).
On first run it auto-detects the play region and saves it to config.json.
uv run pytest