Yoldiz

Yoldiz is a page located by clicking on the chandelier on the home page, or by clicking on “Yoldiz” on the tile 2J in the Site Map. Yoldiz appearance is seen as two floating red eyes, and a animal-like mouth, which both has two frames. The background dipicted is sparkly yet dark. You can visit it here

The music in the playing in the background is a song by Scott Holmes, which is called Alien Wasteland. It can be downloaded from here

Interaction

The first time you visit Yoldiz, Yoldiz will welcome you to their “realm”

On the bottom of the screen, There is a text box and a pink button asking for input. (labeled as “I wish to know…”

We can ask anything, and clicking on the pink button, (labeled “Please tell me oh Yoldiz!”) will make Yoldiz fall asleep. After which, Yoldiz will tell you what they “dreamed” of.

Poking the eyes will make Yoldiz say “Ow!” and tells the user that they are a bad human.

If the input is left blank (or is somehow null…) Yoldiz will tell us that there is no vision for the input provided.

Breaking the code

It is possible to make Yoldiz say whatever we want with Inspect Element.

Using this code below, we can force Yoldiz to say “The quick brown fox jumped over the lazy dog”

talk('The quick brown fox jumped over the lazy dog');

This also means that we can force Yoldiz to close their eyes…

talk('CLOSE_EYES');

and open their eyes…

talk('OPEN_EYES');

We can force Yoldiz to dream about something, using the code below.

ask('eggs');