-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 asrightanswer, it changesrightanswerto 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
Labels
No labels