- This project was created to show examples of different design patterns.
- C++ AStyle code style was used for this project.
- CMake 3.14
- C++ 20
- Factory Method
- Abstract Factory
- Builder
- Singleton (Thread-Safe Version)
- Prototype
- Adapter
- Bridge
- Composite
- Decorator
- Facade
- Flyweight
- Proxy
- Chain Of Responsibility
- Command
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template method
- Visitor