Table of Contents
- Before We Begin
- The Game Design Document
- A Short Primer to Programming in Unity
- Implementing a Game Manager with the Singleton
- Managing Character States with the State Pattern
- Managing Game Events with the Event Bus
- Implement a Replay System with the Command Pattern
- Optimizing with the Object Pool Pattern
- Decoupling Components with the Observer Pattern
- Implementing Power-Ups with the Visitor Pattern
- Implementing a Drone with the Strategy Pattern
- Using the Decorator to Implement a Weapon System
- Implementing a Level Editor with Spatial Partition
- Adapting Systems with an Adapter
- Concealing Complexity with a Facade Pattern
- Managing Dependencies with the Service Locator Pattern

