Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 554 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 554 Bytes

Unity Bullet Hell Blueprint

Unity2D Bullet Hell using C# desing patterns and following the solid principles.

Structural Patterns:

  • Composite
  • Decorator
  • Facade
  • Flyweight

Behavioral Patterns:

  • Memento
  • Command
  • Observer
  • Strategy

Creational Patterns:

  • Abstract Factory
  • Factory Method
  • Builder
  • Prototype
  • Singleton

Other Patterns:

  • Model-View-Controller (MVC)
  • Localization Manager
  • Event Manager
  • Look-Up-Table
  • Object Pool

Reference: