An open API service indexing awesome lists of open source software.

https://github.com/apacheli/bloons-automation

A Python script to grind collection events in Bloons TD 6
https://github.com/apacheli/bloons-automation

autohotkey automated automatic automation game python script

Last synced: about 2 months ago
JSON representation

A Python script to grind collection events in Bloons TD 6

Awesome Lists containing this project

README

          

# Bloons TD 6 Automation Script

> [!note]
> This script is working as of `2024-03-28` on version `41.1.7608`.

A Python script I wrote to help me grind collection events in Bloons TD 6.

### Requirements

Stuff you need unlocked:

- Disable your monkey knowledge
- x-2-4 Dart Monkey
- x-2-3 Bomb Shooter
- 4-1-x Glue Gunner
- Have Sauda unlocked
- Have Dark Castle unlocked
- Set screen size to `1600 x 900` and turn off fullscreen
- Reset position by turning on and off fullscreen if you need to
- You may also need to set your monitor's resolution to `1920 x 1080`

> [!note]
> Make sure your level is high because I did not add level checks.

For the project:

- Install Python if you do not have it: https://www.python.org/
- I use version `3.12.2` but the latest will probably work
- Download the source code:
https://github.com/apacheli/bloons-automation/archive/refs/heads/master.zip
- Open cmd/powershell/terminal at the root of the project
- Press shift+right-click -> `Open command window here` or whatever is most
similar
- Type `py -m pip install -r requirements.txt` into the terminal and then press
enter
- Go to the Bloons TD 6 window and then go to the home menu
- Go back to your terminal, and type `py main.py`
- Press `ctrl+c` to exit whenever if needed

Please do not hesitate to
[make an issue](https://github.com/apacheli/bloons-automation/issues) if you
encounter any difficulties while setting this script up!

### License

[Apache License, Version 2.0](LICENSE.txt)