├── DinoGame ├── Bird.pde ├── DinoGame.pde ├── Genome.pde ├── Ground.pde ├── Node.pde ├── Obstacle.pde ├── Player.pde ├── Population.pde ├── Species.pde ├── connectionGene.pde ├── connectionHistory.pde └── data │ ├── berd.png │ ├── berd2.png │ ├── cactusBig0000.png │ ├── cactusSmall0000.png │ ├── cactusSmallMany0000.png │ ├── dino0000.png │ ├── dinoDead0000.png │ ├── dinoJump0000.png │ ├── dinoduck0000.png │ ├── dinoduck0001.png │ ├── dinorun0000.png │ └── dinorun0001.png └── README.md /DinoGame/Bird.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/Bird.pde -------------------------------------------------------------------------------- /DinoGame/DinoGame.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/DinoGame.pde -------------------------------------------------------------------------------- /DinoGame/Genome.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/Genome.pde -------------------------------------------------------------------------------- /DinoGame/Ground.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/Ground.pde -------------------------------------------------------------------------------- /DinoGame/Node.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/Node.pde -------------------------------------------------------------------------------- /DinoGame/Obstacle.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/Obstacle.pde -------------------------------------------------------------------------------- /DinoGame/Player.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/Player.pde -------------------------------------------------------------------------------- /DinoGame/Population.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/Population.pde -------------------------------------------------------------------------------- /DinoGame/Species.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/Species.pde -------------------------------------------------------------------------------- /DinoGame/connectionGene.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/connectionGene.pde -------------------------------------------------------------------------------- /DinoGame/connectionHistory.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/connectionHistory.pde -------------------------------------------------------------------------------- /DinoGame/data/berd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/data/berd.png -------------------------------------------------------------------------------- /DinoGame/data/berd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/data/berd2.png -------------------------------------------------------------------------------- /DinoGame/data/cactusBig0000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/data/cactusBig0000.png -------------------------------------------------------------------------------- /DinoGame/data/cactusSmall0000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/data/cactusSmall0000.png -------------------------------------------------------------------------------- /DinoGame/data/cactusSmallMany0000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/data/cactusSmallMany0000.png -------------------------------------------------------------------------------- /DinoGame/data/dino0000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/data/dino0000.png -------------------------------------------------------------------------------- /DinoGame/data/dinoDead0000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/data/dinoDead0000.png -------------------------------------------------------------------------------- /DinoGame/data/dinoJump0000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/data/dinoJump0000.png -------------------------------------------------------------------------------- /DinoGame/data/dinoduck0000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/data/dinoduck0000.png -------------------------------------------------------------------------------- /DinoGame/data/dinoduck0001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/data/dinoduck0001.png -------------------------------------------------------------------------------- /DinoGame/data/dinorun0000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/data/dinorun0000.png -------------------------------------------------------------------------------- /DinoGame/data/dinorun0001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/DinoGame/data/dinorun0001.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Bullet/Google-Chrome-Dino-Game-AI/HEAD/README.md --------------------------------------------------------------------------------