/GameStateManager

Game State Machine is a wrapper class set of Python classes and modules that help manage game and game states. For instance, during game running you would need several different states (splash screen, loading screen, menu screen, lobby screen etc.), so you can easily manage all of them by creating classes from BaseGameState

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

No issues in this repository yet.