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
- Host: GitHub
- URL: https://github.com/NicolasCastagnola/Inertia-Override
- Owner: NicolasCastagnola
- License: mit
- Created: 2021-11-10T18:06:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T17:23:47.000Z (over 3 years ago)
- Last Synced: 2024-11-07T16:02:54.014Z (over 1 year ago)
- Topics: bullet-hell, design-patterns, unity
- Language: C#
- Homepage:
- Size: 97.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)