Multiple User Dungeon (MUD)
- 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
- install python 2.7
./start.sh
- install telnet client
telnet localhost 6900