Files
codegirl.games-hugo/_archive/learn/game-programming-patterns-review.md
2026-07-04 02:06:24 -07:00

597 B

title, description, date, type, book, tags, draft
title description date type book tags draft
Game Programming Patterns — first impressions A book review of Robert Nystrom's Game Programming Patterns and how I'll use it in my projects. 2026-06-28 review Game Programming Patterns
patterns
books
true

Game Programming Patterns by Robert Nystrom is the reference I'm using as I build. The patterns aren't abstract — I'm applying them to real code in my tower defense and engine experiments.

Expect follow-up posts that map specific chapters to my codebase: State for unit AI, Object Pool for projectiles, and more.