|
|
4 kuukautta sitten | |
|---|---|---|
| .. | ||
| .config | 4 kuukautta sitten | |
| .vscode | 4 kuukautta sitten | |
| Core | 4 kuukautta sitten | |
| Platforms | 4 kuukautta sitten | |
| README.md | 4 kuukautta sitten | |
| Storage.sln | 4 kuukautta sitten | |
This repository demonstrates cross-platform save game and storage management using MonoGame. It includes implementations for Windows, DesktopGL, Android, and iOS platforms.
Core/ - Shared game logic and storage code.Platforms/Windows/ - Windows-specific project.Platforms/DesktopGL/ - DesktopGL (cross-platform desktop) project.Platforms/Android/ - Android-specific project.Platforms/iOS/ - iOS-specific project.dotnet build Platforms/Windows/Storage.Windows.csproj
dotnet build Platforms/DesktopGL/Storage.DesktopGL.csproj
dotnet build Platforms/Android/Storage.Android.csproj
dotnet build Platforms/iOS/Storage.iOS.csproj
You can use the provided VS Code tasks and launch configurations for each platform. See .vscode/tasks.json and .vscode/launch.json for details.
Core project.MIT