Preserve data between game runs in a json file.
dotnet restore Platforms/DesktopGL
dotnet restore Platforms/WindowsDX
dotnet run --project Platforms/DesktopGL
dotnet run --project Platforms/WindowsDX
In vscode, you can debug by pressing F5.
dotnet publish Platforms/DesktopGL -c Release -r win-x64 --output artifacts/windows
dotnet publish Platforms/DesktopGL -c Release -r osx-x64 --output artifacts/osx
dotnet publish Platforms/DesktopGL -c Release -r linux-x64 --output artifacts/linux
dotnet publish Platforms/WindowsDX -c Release -r win-x64 --output artifacts/windowsdx