OrangeJuice7 / SDL-OpenGL-Game-Framework

A generic and portable game project framework using C++, SDL and OpenGL.
MIT License
3 stars 2 forks source link

Game genre templates #29

Open OrangeJuice7 opened 4 years ago

OrangeJuice7 commented 4 years ago

Demonstrate how this framework can be used to implement different genres, by designing a GameScene for each genre. Will also be useful for more complex games that span multiple genres, game modes or have minigames.

OrangeJuice7 commented 4 years ago

Just define a GameScene for each genre for now, and hook them up to be accessible from the MenuScene. The content of the GameScenes can be filled as the project progresses.

OrangeJuice7 commented 4 years ago

Different GameScenes will want different camera types: