DEV Community

Discussion on: Please Reinvent The Wheel

Collapse
 
codemouse92 profile image
Jason C. McDonald

You may enjoy the book "Game Programming Patterns" by Robert Nystrom. Don't let the title fool you; these are the same patterns used in non-game programming, only presented from a game design angle to make them easier to visualize. He not only covers the what, why, and how, but also the when (as in, when NOT to use the design patterns).