Brief Introduction
Create high-performing game bots for Cookie Clicker, Piano Tiles, and Google Dinosaur Run using PythonDescription
Have you ever wanted to create a Python program to play games online, or automate time-consuming, click-intensive work in your browser? In this course, we explore what it takes to program your own bot and create different bots for three popular online games: Cookie Clicker, Google Dinosaur Run, and Piano Tiles, in just one hour! Each game is slightly more difficult to play than the previous, but can each be accomplished with fewer than 50 lines of code!
In the course we use Python 3.8 and make use of the numpy, pyautogui, cv2, and mss libraries to create bots that can outperform a number of other bots you will find online. Afterwards, you will be able to take the approaches learned in the course and apply it to other games of your choosing. We will also look into what it takes to beat the scores achieved within this course.
Can you beat our bots?
Requirements
- Requirements
- Basic/Intermediate Python knowledge
- No previous experience with automation required