Many games in a games
by Lee-Orr Orbach · in Torque Game Engine · 08/06/2005 (2:49 pm) · 2 replies
Hello!!!
I want to know if it is possible to make more than one game(or minigame) with 1 main menu to enter all the games/mini-games?
did anyone try something like this before? can anyone help me with this?
thanks,
lee-orr
I want to know if it is possible to make more than one game(or minigame) with 1 main menu to enter all the games/mini-games?
did anyone try something like this before? can anyone help me with this?
thanks,
lee-orr
About the author
#2
08/06/2005 (8:26 pm)
Most games that do that sort of thing have some sort of OOP framework they hang their games off of. In Torque's context, you could use packages to implement a solution, or just some sort of standardized interface on script-written objects.
Torque Owner kc_0045