An Easter egg for hiding on websites. Like the Konami code but more convoluted.

UltrasonicMadness 1f23d48df6 More descriptive variable name for program states 3 days ago
LICENSE.txt aa21ade3bf Initial commit 6 years ago
README.md 963c9b6722 Update and greatly simplify README 3 days ago
demo.html dcb51739ff Merge style.css into demo.html 3 days ago
demo.js da20667b48 Remove jQuery dependency, general improvements 3 days ago
dreamcode.js 1f23d48df6 More descriptive variable name for program states 3 days ago

README.md

The Dream Code

The Dream Code is a short script intended to be used as an Easter egg on websites (happy Easter, incidentally) in a similar manner to the popular Konami code. However, instead of being based on the famous code from Contra, this script is based on the set of codes from the game Erika to Satoru no Yume Bōken (Erika and Satoru's Dream Adventure, hence the name of this script) which allow the determined player to view messages left by one of its developers.

How to Use

If JavaScript is enabled in your web browser, you should be able to test The Dream Code on the included demo.html file, which also documents how the various events are triggered. They can be added to standard event handlers using the event name, such as dreamcodeGray, as the first parameter in addEventListener().

Credits

Thanks to The Cutting Room Floor for providing instructions on how to achieve this in the original game.

License

All included documentation and scripts of The Dream Code are available under the Apache License 2.0.

Copyright © 2018, 2024 UltrasonicMadness.