All Questions
Tagged with logic graphics-programming
1 question
5
votes
3
answers
2k
views
Question about separating game core engine from game graphics engine
Suppose I have a SquareObject class, which implements IDrawable, an interface which contains the method ...