An intuitive way of building C# based board games. The framework makes use of a
core package: joshika39.Core
. Find out more about it in its Wiki.
- Install the templates in powershell with the following command:
dotnet new install joshika39.GameFramework.Templates
. - You'll find the templates when you are creating a new project in Visual Studio.
The templates currently only containing the Sample game (an empty setup with the projects and their imports). You can play around with it.
- Available project types:
- WPF
- WinForms
- MAUI
- If you have any idea on how to improve the project, create an Enhancement Issue