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

horvatic/Varvarin-Mud-Plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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