This project was written in Python and utilizes the autopy image processing library in order to determine when an obstacle is coming.
The script looks for obstacles at a set distance in front of the player. When the obstacle gets close enough, the script presses the space bar and the dino jumps.
However, because the game speeds up this distance is moved farther out as a function of time.
This makes it much easier to get a high score and can be run by anyone with Python downloaded. Check out my github for the code.