C# port of the Descent 2 source code.
This project contains code that shouldn't be specific to any game. But tries to allow quick setup to get up and going.
Main Project to play SharpDescent2 on a computer. Shooting for multi-platform, but development is with Windows, so we'll see. Very simple setup to get up and going.
Core logic for SharpDescent2. This is core game specific logic and objects.
- Install Net 6.0 SDK from: https://dotnet.microsoft.com/download/dotnet/6.0
- Clone this source locally.
- Open and build SharpDescent2.sln from Visual Studio or...
- From command line:
dotnet build
- Can't play now or for awhile.