conor-wilson / gameoff2024

Entry for GitHub Game Off 2024
0 stars 0 forks source link

Implement Puzzle 1: The Username Puzzle #4

Open conor-wilson opened 7 hours ago

conor-wilson commented 7 hours ago

Create the first puzzle of the game: "The Username Puzzle".

This is how the sequence of events should go:

  1. The game loads, and you're presented with a title screen with a Start Game button and a Settings button.
  2. When the player clicks Start Game, the button should fall to the bottom of the screen and shatter.
  3. The player will then have no option but to go into the Settings menu.
  4. The Settings menu should have the following buttons: Mute Sound Effects, Mute Music and Enable Secret Settings.
    • The Mute XXX buttons should work like you would expect them to.
  5. When the player clicks Enable Secret Settings, they should be prompted with a dialogue box: "Enter username"
    • If the player inputs anything except for "QuietLantern" or "Conor Wilson", they will be presented with "Unrecognised username. Only this game's creator is permitted to have access to Secret Settings.
  6. The player should then notice that at the bottom of the screen there is the phrase "Created for GitHub Game Off 2024 by QuietLantern".
  7. If they enter my username correctly, they have solved this puzzle and move on to the next one (this will probably be a puzzle related to finding my password)