Tagged Questions
6
votes
2answers
449 views
Observer Pattern Implementation
To teach myself basic game programming, I am going to program a clone of Pong. I will use the Observer design pattern, with an interface between the input and the game engine. However, I'm not sure ...