initial theme - coming soon

This commit is contained in:
2026-07-03 01:41:54 -07:00
commit 2f4fceadad
20 changed files with 642 additions and 0 deletions
@@ -0,0 +1,13 @@
---
title: "Game Programming Patterns — first impressions"
description: A book review of Robert Nystrom's Game Programming Patterns and how we'll use it in our 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 we're using as we build. The patterns aren't abstract — we're applying them to real code in our tower defense and engine experiments.
Expect follow-up posts that map specific chapters to our codebase: State for unit AI, Object Pool for projectiles, and more.