Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sharpmush/sharpmush
- Owner: SharpMUSH
- License: apache-2.0
- Created: 2024-03-11T04:30:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:26:28.000Z (4 months ago)
- Last Synced: 2024-10-22T12:30:51.366Z (4 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.
![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