Tagged Questions
9
votes
2answers
527 views
Good practices in screen states management?
I wonder what are the best ways to organize different screens in a game?
I am thinking of it like this:
Inheriting a base State class, and overriding update and render methods, to handle the current ...