|
|
2 місяців тому | |
|---|---|---|
| .. | ||
| .config | 2 місяців тому | |
| .vscode | 2 місяців тому | |
| Core | 2 місяців тому | |
| Platforms | 2 місяців тому | |
| Tools | 2 місяців тому | |
| GemstoneHunter.sln | 2 місяців тому | |
| README.md | 2 місяців тому | |
Gemstone Hunter is a cross-platform 2D platformer game built with MonoGame 3.8.* and .NET 8.0. The project is organized for modern .NET SDK-style development, supporting Windows (DX), DesktopGL, Android, and iOS platforms.
dotnet build Platforms/Windows/GemstoneHunter.Windows.csproj
Run:
dotnet run --project Platforms/Windows/GemstoneHunter.Windows.csproj
dotnet build Platforms/Desktop/GemstoneHunter.DesktopGL.csproj
Run:
dotnet run --project Platforms/Desktop/GemstoneHunter.DesktopGL.csproj
dotnet build Platforms/Android/GemstoneHunter.Android.csproj
dotnet build Platforms/iOS/GemstoneHunter.iOS.csproj
This project uses pre-built .xnb files in the Content/ directory. No Content.mgcb file is required.
.vscode/tasks.json and .vscode/launch.json for building and running Windows and DesktopGL targets.Open GemstoneHunter.sln in Visual Studio for full IDE support.
For more details, see the source code and platform-specific project files.