Game Development Community

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

#1
08/06/2005 (3:28 pm)
Its possable sure, you could set it up so it loads a differnt "mod"(like starter.fps or starter.racing) not 100% sure how, but it wouldnt be very hard
#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.