A C# application that demonstrates three core design patterns by allowing users to create and customize game characters.
- Factory Method – Create different types of characters.
- Decorator – Add equipment and buffs dynamically.
- Strategy – Change combat behavior on the fly.
- Add GUI (WinForms or WPF).
- Export character builds to JSON.
- Integrate with Unity-based games.