This page is an index page for the Garden Race series. This intention behind this series of posts is to teach myself a bit about the basics TDD and iterative development by working through an example of building a Snakes and Ladders-style game. Hopefully this example strikes a balance between being simple enough to write up as blog posts and being involved enough to for me to learn some things about iterative development that can translate to real work.
- Part 1: Snakes, ladders and iterations (introduction and first iteration)
- Part 2: Adding multiple players
- Part 3: It’s GUI time! (an exercise in WPF abuse)
- …
Note: This is post has been back-dated to appear before the other posts in the series. It was written after Part 2.