Game programming patterns in Unity with C#
Sandbox project to test out the programming patterns that I find usefull in game development (and other software development as well).
- Observer pattern ✅
- Singleton pattern ✅
- State pattern ✅
- Object pooling ✅
- Strategy Pattern ✅
- Decorator Pattern ✅
- Composite Pattern ✅