A mud engine for running simple games.
Dot net core
type: dotnet run in the project Varvarin-Mud-Plus.Web
Docker:
Building:
docker build -t varvarin .
Running:
docker run -p 8080:8080 --name varvarin varvarin
type dotnet run in the project Varvarin-Mud-Plus.Console
Note: For the client the port must match the port on the server
Acts as a text chat
- Code Cleanup