Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 583 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 583 Bytes

Auto Shooter

A simple program to automate the playing of this 2D shooting game.

Shoots anything that moves, using OpenCV for motion detection. Here's a demo of the bot playing a game.

Dependencies

  1. Python bindings for OpenCV 3.0.1 or above
  2. Pillow to capture screen
  3. PyAutoGui to control mouse