Tagged Questions
0
votes
1answer
830 views
Interactions between game objects
I'm programming a basic Pacman clone to teach myself game programming. However, I'm struggling with the best way to have the game objects communicate/interact without my code becoming a huge mess.
...