Interactive static web examples of some 'Gang of Four' design patterns.
Category | Pattern | Example |
---|---|---|
Behavioral |
Template Method | Starting a Game |
Behavioral |
Strategy | Chess Movement |
Behavioral |
Observer | Gamestate Widgets |
Creational |
Factory Method | Game Boards |
Creational |
Abstract Factory | Creating Chesspieces |
Structural |
Decorator | Board Setup |
Books:
- Design Patterns: Elements of Reusable Object-Oriented Software
- Head First Design Patterns
- The Daily Design Pattern
- Dive Into Design Patterns
Videos:
Websites: