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). The play region is auto-detected each run (no config file), so it works across resolutions and DPI/UI-scale changes with no setup.
uv run pytest