prusso / pymud

Project to learn Python by creating a MUD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple text-based Multi-User Dungeon (MUD) game.

Requirements

You will need to install Python (2.7+ or 3.3+)

To connect to the server you will need a telnet client.

Running the Server

From the terminal, change to the directory containing the script and run

sudo python simplemud.py

The script must be run as root in order to have permission to listen on port 23.

Then to connect do: telnet ip-address (or localhost)

TODO list

About

Project to learn Python by creating a MUD.


Languages

Language:Python 100.0%