go_dino icon indicating copy to clipboard operation
go_dino copied to clipboard

AI written in Python for Google Chrome's Dinosaur game

Go Dino!

AI written in Python for Google Chrome's Dinosaur game.

dino_api.py

API for read the game parameters.

dino_dummy.py

Play using hardcoded rules, just to show how it works.

trainer.py

Train AI using NEAT.