Game Development Community

Is it possible to do quiz game in TGE 1.5.2?

by Flory Madrilejos · in General Discussion · 02/03/2009 (6:50 pm) · 4 replies

The game we developed is educational game, 1st stage is collecting information. My plan is before entering to 2nd level the player must recall the information he collected using quiz game.

Is it possible to do? If it is, please tell me what to be needed and how to do it. Thanks in advance.

#1
02/03/2009 (7:09 pm)
Yes, it certainly can be done. Do you mean a 3d game where it quizzes the player at the end of the level? Yes, it is possible. Just set up the quiz as a GUI screen, and when the correct answer is clicked, you can have a function that loads the GUI screen of well done, or the wrong button can load a GUI screen of a retry image.
#2
02/04/2009 (9:37 pm)
How can I create the quiz? What if I create a random quiz in every level? Do I use database?
#3
02/05/2009 (5:05 am)
I'm not sure about random, but you could set it up so different actions will load a different quiz at the end of the level. You would create the quiz using the GUI editor and your choice of graphics editor.
#4
02/09/2009 (8:14 pm)
Thank you very for the information Shane, I will try.