Flappy Dino C=64
A retro-port of the easter-egg in Chromium.
Spoiler
- Open Chromium Developers Tools
- In the *Network* pane choose 'offline'
- Refresh the page
Or type 'chrome://dino' in your address bar. Thanks Alex!
It is coded using the When it's done mentality 😀
Implementation
The implementation was done using reverse engineering of the original sources.
Graphics
The graphics were ripped from the original and slightly modified. Some sprites were just 1 pixel too high (default size: 24x21 pixels)
Sound effects
The sound effects were recreated analysing the MP3s from the original in Audacity. The code for the three sound effects including the sound effects engine is about ~100 bytes. Which is very small compared to the sound effects from the original; 6, 8 and 10 KB stereo (but left and right were the same) MP3s.
Remarkable fact: it is 10% of the size of the original.