dino game implemented with pygame with increasing game speed
ai is implemented with a neural network
Automatically set to run with ai
To run normal game: add argument to start()
in main.py: run_AI=False
multi layer perceptron that takes the distance to the next cactus along with the game speed to predict whether to run or jump
not finished