We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
User:Juanmv94/Temp
Jump to navigation
Jump to search
| T-Rex runner |
|---|
|
Also known as: Chrome T-Rex minigame
|
The T-Rex minigame from Google Chrome is one of the most known easter eggs ever. It can be accesed pressing the space bar, or touching the dinosaur on touchscreen devices when the offline error is shown. It can also be accesed at chrome://dino.
Contents
Hidden buttons
Game Over Dino alternative sprite
Unused debugging routines
Author comments
T-Rex runner is developed in HTML5, making it's source code accesible. This source code is fully commented.
ASCII art collision details
The collision related code have a commented ASCII art to explain how does it work.
// Make collision box adjustments,
// Central box is adjusted to the size as one box.
// ____ ______ ________
// _| |-| _| |-| _| |-|
// | |<->| | | |<--->| | | |<----->| |
// | | 1 | | | | 2 | | | | 3 | |
// |_|___|_| |_|_____|_| |_|_______|_|
//
