No description
  • C++ 88.5%
  • Python 11.1%
  • C 0.2%
  • Makefile 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Brian Lauber d61e44dce8
Merge pull request #4 from briandamaged/dockerize
Dockerized the code so that it can be built more easily
2019-09-16 21:48:43 -04:00
BetterMUD Fixed the docker-compose build 2019-09-15 20:28:25 -04:00
Libraries Initial commit 2013-05-16 22:12:55 -04:00
.dockerignore Fixed the docker-compose build 2019-09-15 20:28:25 -04:00
docker-compose.yml In-progress: docker-compose.yml 2019-09-15 14:14:55 -04:00
Dockerfile Fixed the docker-compose build 2019-09-15 20:28:25 -04:00
README.md Added README.md 2019-09-16 21:30:59 -04:00

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