Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.24 KB

NEAT Dinosaur Game

A NEAT-based machine learning program for a custom implementation of the Chrome Dinosaur Game.

dinosaur game demo

Overview

An endless runner played by thousands of bored students with access to a laptop, the Google Chrome Dinosaur game is one of the most beloved in wasting time and trying to stay awake during boring lectures. Although many played, significantly less were any good at it, oftentimes dying within the first 30 seconds. In spite of their lack of ability, many pushed onward to find the limits of these antiquated reptiles and many have failed. However, now we have something different. This project, through the power of Neuroevolution, shall finally help us find the long-awaited answer to the question: just how far can these Dinosaurs run?

How to Use

Dependencies

Instructions

  1. Clone this project
  2. Install pygame and NEAT - pip install pygame neat-python or pip install -r requirements.txt
  3. Run dinosaur_game.py
  4. Sit back and enjoy

License

MIT