|
|
2 сар өмнө | |
|---|---|---|
| .. | ||
| .config | 2 сар өмнө | |
| .vscode | 3 сар өмнө | |
| Core | 2 сар өмнө | |
| Platforms | 3 сар өмнө | |
| GameStateManagement.sln | 3 сар өмнө | |
| README.md | 3 сар өмнө | |
This project demonstrates a cross-platform game state management system using MonoGame. It supports Windows (DirectX), DesktopGL, Android, and iOS platforms, with a shared core game logic project.
dotnet build Platforms/Windows/GameStateManagement.Windows.csproj
dotnet build Platforms/Desktop/GameStateManagement.DesktopGL.csproj
dotnet build Platforms/Android/GameStateManagement.Android.csproj
dotnet build Platforms/iOS/GameStateManagement.iOS.csproj
/Core..mgcb file if you need custom content.This sample is based on the Microsoft XNA Community Game Platform samples.