Skip to content

Quiz Rooms 2 #11

@NeonScripter

Description

@NeonScripter

So here's how quiz rooms work I think:

  • You can decide how many questions there are and what the questions themselves are
  • The player answers the questions and if they get them right, something happens. If they get them wrong something else happens.

Here's how I was planning it to work in my game:

  • The ogre asks you different questions. If you get any of them wrong, he sends you to the previous room. If you get all of them right, you may proceed.
  • First, the ogre writes the question on your screen, and the correct answer is rightanswer. then the player answers. the player's answer is the same as rightanswer, it changes rightanswer to the new answer, then the player answers again, and so on, so on, so on, until the quiz finishes, and all the answers are right. Then the player may proceed to the next room.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions