Tagged Questions
0
votes
1answer
213 views
C++ and SDL Trouble Creating a STL Vector of a Game Object
I am trying to create a Space Invaders clone using C++ and SDL. The problem I am having is in trying to create Waves of Enemies. I am trying to model this by making my Waves a vector of 8 Enemy ...
2
votes
4answers
1k views
Most effective way to manage a gamestate system that is easy to use?
I just started working on my game, mostly the game management. I plan and using game-states to make the menu's and other stuff easier.
My main idea for implementing the game-states is creating a game ...
