Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

A dotnet MUSH Server with a PennMUSH compatibility layer

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.

![F#](https://img.shields.io/badge/f%23-%23239120.svg?style=for-the-badge&logo=c-sharp&logoColor=white)
![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=c-sharp&logoColor=white)
![.Net](https://img.shields.io/badge/.NET-5C2D91?style=for-the-badge&logo=.net&logoColor=white)
![Visual Studio](https://img.shields.io/badge/Visual%20Studio-5C2D91.svg?style=for-the-badge&logo=visual-studio&logoColor=white)

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/SharpMUSH/SharpMUSH/dotnet.yml?style=for-the-badge)](https://github.com/SharpMUSH/SharpMUSH/actions/workflows/dotnet.yml)
[![Discord](https://img.shields.io/discord/1216626296642343044?style=for-the-badge&refresh=1)](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