14 lines
597 B
Markdown
14 lines
597 B
Markdown
---
|
|
title: "Game Programming Patterns — first impressions"
|
|
description: A book review of Robert Nystrom's Game Programming Patterns and how I'll use it in my projects.
|
|
date: 2026-06-28
|
|
type: review
|
|
book: "Game Programming Patterns"
|
|
tags: ["patterns", "books"]
|
|
draft: 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.
|