An open API service indexing awesome lists of open source software.

https://github.com/NicolasCastagnola/Inertia-Override

Scalable Bullet Hell Template
https://github.com/NicolasCastagnola/Inertia-Override

bullet-hell design-patterns unity

Last synced: about 1 year ago
JSON representation

Scalable Bullet Hell Template

Awesome Lists containing this project

README

          

# 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:
- [Dofactory C# Desing Patterns](https://dofactory.com/net/design-patterns)