I am making my first game (A pong clone) and am getting to the point where I need to write code for a menu system and was wondering what the best way to go about this would be.
Here''s how my game is set up:
I have these classes:
CDirectDraw
CDirectInput
CError
I have these game functions
GameLoop()
GameDraw()
GameInput()
GameProcessKeys()
GameMoveObjects()
GameInit()
GameDestroy()
I was thinking maybe a class for the menu system but I don''t know
"Don't make me come down there..." -GOD
Yeah, make a new class for the menu.
Goblineye EntertainmentThe road to success is always under construction
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement