https://github.com/sharpmush/sharpmush
A dotnet MUSH Server with a PennMUSH compatibility layer
https://github.com/sharpmush/sharpmush
ansi antlr4 arangodb csharp docker domain-specific-language dsl fsharp mud mud-server mush-server pennmush softcode telnet testcontainers
Last synced: 8 days ago
JSON representation
A dotnet MUSH Server with a PennMUSH compatibility layer
- Host: GitHub
- URL: https://github.com/sharpmush/sharpmush
- Owner: SharpMUSH
- License: apache-2.0
- Created: 2024-03-11T04:30:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T20:50:32.000Z (10 days ago)
- Last Synced: 2025-06-26T02:03:08.815Z (8 days ago)
- Topics: ansi, antlr4, arangodb, csharp, docker, domain-specific-language, dsl, fsharp, mud, mud-server, mush-server, pennmush, softcode, telnet, testcontainers
- Language: C#
- Homepage: https://sharpmush.com
- Size: 4.9 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# SharpMUSH
![]()
SharpMUSH is modern iteration of a style of text-based role-playing servers referred to as 'MUSHes' or 'MU*' written with more modern needs in mind.
It takes its basis and functionality heavily from PennMUSH and its brethren with the intent of a compatibility layer.



[](https://github.com/SharpMUSH/SharpMUSH/actions/workflows/dotnet.yml)
[](https://discord.gg/jYErRbqaC9)
# Why SharpMUSH
SharpMUSH is a modern iteration of the time tested MUSH frameworks. It provides a layer of compatibility for PennMUSH for transferability, and building a modern tech landscape around it that does away with many of the limitations that have made MUSHes harder use, without losing what makes them great.# Documentation
You can find our documentation here: [SharpMUSH Documentation](https://sharpmush.com).
This features such elements as our Compatibility, Installation, and API documentation, and how to download SharpMUSH and get up and running!# Release Status
Currently, there is no Release Candidate for SharpMUSH.
We are still in the early stages of development, and are working on getting a stable release out.# Quick Contribution Guide
## How to Build and Test
- Install [.Net 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
- Install [Docker Desktop](https://www.docker.com/products/docker-desktop/)Build with:
```bash
dotnet build
```Run the tests with:
```bash
dotnet test
```The main entrypoint to set as a Startup Project is SharpMUSH.Server