Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 657 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 657 Bytes

Varvarin-Mud-Plus

A mud engine for running simple games.

How to run

Server:

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

Client:

type dotnet run in the project Varvarin-Mud-Plus.Console

Note: For the client the port must match the port on the server

Current Session:

Main Lobby

Acts as a text chat

Comming soon:

  • Code Cleanup