Simple reproduction of Google Chrome's offline dinosaur game with a self-developing AI playing it.
This project uses NEAT to develop artificial neural networks from scratch and train them to be able to play said dinosaur game.
Heavily inspired by CodeBullet's video on the same topic.
Clarification:
This project has been developed locally and without version control and only recently been uploaded to GitHub for sharing purposes.
To run this project, make sure you have python 2.7 and pyglet (see below) installed.
Clone the source code onto your device, navigate to src/dinosaur/ and run python main.py.
This project uses pyglet for rendering the entities and UI elements.
To get pyglet, run pip install pyglet.