Game Programming Patterns

Check it out! $date $time $author $location

Game Programming Patterns is a fantastic book by Bob Nystrom delving into various programming topics that are especially relevant to making games. It's available in print, as an ebook, or for free to read on the web! With thoughtful explanations, example code, illustrations, and references for further reading, this is an incredibly useful source of information that you'll be coming back to again and again.

The concepts explored in the book are engine-independent, with example code written in C++, so some basic knowledge of general programming and syntax is needed to fully grasp everything it has to offer.

Nonetheless, the focus on design-patterns and systems allows the topics to be relevant even to a technically-minded game designer who doesn't plan on being a serious programmer.


Learn more!


Fundamentals
Engines
Intermediate