Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 567 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 567 Bytes

TA

Multiple User Dungeon (MUD)

ta2

  • fully implemented in python
  • persistence database storrage
  • realtime multiplayer rpg. up to 5 players
  • random generated world (perlin noise), zones will be lazy loaded
  • tons of items and enemies
  • cross platform, only use a telnet client
  • roguelike basis
  • classes, races, attributes and skill trees

Start Server

  • install python 2.7
  • ./start.sh

Client

  • install telnet client
  • telnet localhost 6900