Skip to content

lukDev/dinosaur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dinosaur

Description

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.

Cloning and running

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.

Engine

This project uses pyglet for rendering the entities and UI elements.
To get pyglet, run pip install pyglet.

About

A private project applying AI to Google Chrome's dinosaur game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages