This is a script that aims to automate the Chrome Dinosaur Game which is a usual pastime activity following if there's no internet on the system. After running the script, it maps the obstacles coming forward and sets the timing of the dino sprite's jump automatically in a continuous process to increase the score.
- List out the libraries imported-> pyautogui , time ,PIL
Open the Dinosaur Run game by typing chrome://dino in your Chrome browser. Make sure that all the mentioned library modules are installed in your system. After exceuting the script on your IDE, immediately switch to the chrome browser and then press the spacebar to start the game.
Neel Shah