Chrome Dinosaur Game
Coding Challenge #147
In this challenge, I attempt to make my own version of Google’s Dinosaur Game (T-Rex run!) with a unique twist – controlling the dinosaur (unicorn, in this case) with a machine learning Speech Commands model!
Community Contributions
- Unicorn vs This Dots by Melvin Abraham (Source Code)
- This Dot Jumper by Swiftpotato (Source Code)
- Some rough ideas on doing this in 3D by Dave Briccetti (Source Code)
- Improved Spawning of Trains by Simon Tiger Houben (Source Code)
- Genetic Algorithm to automate dinosaur game by Shekhar Tyagi (Source Code)
- Chrome Dino Game by Rino Vetha Moses (Source Code)
- Responsive jump height and obstacle speed based on window size by Sam Lee (Source Code)
- advanced collision detection algorithms and other cool features by Yaron Dames (Source Code)
- Neuroevolution of smart balls on a pseudorandom obstacle course by Ernst Schmidt (Source Code)
- Chrome Dinosaur Game with Computer Vision by Sushant Patrikar (Source Code)
- Alex Kidd P5.js (BETA) by Rodrigo Kulb (Source Code)
- Classic Chrome Dinosaur Game by Bhaswar Chakraborty (Source Code)
- Triangle runner by Abhay Kashyap (Source Code)
- Trex game with automatic jumping by Abhay Kashyap (Source Code)
- Trex game with desert background and camera for trex by Abhay Kashyap (Source Code)
- Monkey runner game!! by Abhay Kashyap (Source Code)
- Dino game rebuilt by Sarvagya singh (Source Code)
You can also add your own version! (See how)
Links discussed in this coding challenge
Videos discussed in this coding challenge
- ml5.js Sound Classification by The Coding Train