This is a WIP cross-platform 2D Game Engine developed in C#.
Below is a list of prerequisites and build instructions.
- Download or clone the repository.
- Open
WaterWorld.sln
your favourite IDE. - Build the solution (or
dotnet build
). - Run the appropriate Launcher (or
dotnet run
).
Release builds will be available as NuGet packages.