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 softcode telnet testcontainers
Last synced: 5 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:26:28.000Z (6 months ago)
- Last Synced: 2024-10-22T12:30:51.366Z (6 months ago)
- Topics: ansi, antlr4, arangodb, csharp, docker, domain-specific-language, dsl, fsharp, mud, mud-server, mush-server, softcode, telnet, testcontainers
- Language: C#
- Homepage:
- Size: 2.93 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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.



[](https://github.com/SharpMUSH/SharpMUSH/actions/workflows/dotnet.yml)
[](https://discord.gg/jYErRbqaC9)
## 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 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