Skip to content

SharpMUSH/SharpMUSH

Repository files navigation

SharpMUSH

SharpMUSH is an experiment in writing parsers and server code.

It takes its basis and functionality heavily from PennMUSH and its brethren with the intent of a compatibility layer.

F# C# .Net Visual Studio

GitHub Actions Workflow Status Discord






How to Download

At this time, there is no release candidate, as this project is not ready for production. You are invited to contribute.

How to Build and Test

  • Install .Net 8
  • Install Docker Desktop
  • Install Java (Optional) to change the Parser.

Build with:

dotnet build

Run the tests with:

dotnet Test

The main entrypoint to set as a Startup Project is SharpMUSH.Server