Skip to content

briandamaged/bettermud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetterMUD

A minor update to Ron Penton's BetterMUD that runs on modern Linux operating systems.

Installation

The easiest way to get the application up and running is via docker-compose. Just do the following:

# Navigate to the root directory of this project
cd path/to/BetterMUD

# Launch everything via docker-compose
docker-compose up

This will automatically:

  1. Build a Docker image from the Dockerfile
  2. Launch the application

Alternatively, you can still compile the application on Linux the old-fashioned way

Usage

Once the application has been launched, you can connect via Telnet on port 5110:

telnet localhost 5110

About

BetterMud from MUD Game Programming. With syntax fixes!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages