Tagged Questions
4
votes
3answers
653 views
Input handling in component based design
I know this question has been asked several times, but I'm still not sure how to implement input handling in a component based engine.
The component based design I used was based on T=Machine's blog ...
8
votes
2answers
1k views
Game state and input handling in component-based entity systems
My question is:
How can I handle game states in my entity system, without resorting to keeping a stack of game state objects around?
So the design of my entity system means that when an entity needs ...