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

Latest commit

 

History

History
18 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 491 Bytes

jmud

a multi user dungeon in java. because I write muds to learn

project is split into 4 components:

  • client: a telnet client to connect to the server
  • editor: a world builder interface
  • lib: model and common functionality
  • server: a telnet server tied with game functionality
  • telnetd: an open source telnet library (see README.txt and LICENSE.txt)

dependencies

  • hibernate and mysql
  • lua

history

  • written long time ago, not currently in active development.