current highest round: 104 - Meadows, easy notes: mostly wizards
The goal of this project is to facilitate the playing of BTD6 without any human input. This means no scripts, no recorded actions to replicate. I want this to be as dynamic as possible, and indistinguishable from a high level player.
pyautogui: For controlling the mouse and keyboard.pynput: For listening to keyboard and mouse events.Pillow: For image processing tasks.imutils: For more image processing tasks.numpy: For numerical operations.cv2: For computer vision tasks.