Hi guys. Me and a few friend are working on a racing game in 2D as a project for school. Most of it is done and good to go, but we have one remaining (bigger) problem which we haven’t been able to solve yet.
First the game is basically a menu, and when you’ve set up the type of game etc you get to the racing itself which is basically the second part of the program. Also the frame which the game is shown in is sent to the class that controlls the actual game classes. So the problem is, when one player has finished the race (it’s a two player game) we’re supposed to get back to main menu.
No one really has an idea how to do this, we were thinking about “starting over” when the race is finished but even so, no idea how to do that. So does anyone have any suggestions how to basically restart the whole menu then playing procedure?