soulweaver91 / project-carrot

Project Carrot, an open source spiritual clone of the Jazz Jackrabbit 2 game engine
https://carrot.soulweaver.fi/
MIT License
38 stars 4 forks source link

Split main game state features from main class into a separate class #18

Closed soulweaver91 closed 7 years ago

soulweaver91 commented 8 years ago

Basically the same thing as what was already done with the menu system earlier. CarrotQt5 should primarily work as the arbiter between the UI, input, sound system and the menu/gamestate manager.