Skip to main content

The text based MUD made by Lorinthio

Project description

Lorelei is what I would call a "MUD++".

This is a game client which connects to an authoratative game server to provide a visual representation of an entirely text based world. You control a hero with stats, and equipment in a big constantly updated world.

This project was made using pygame as a user interface, and twisted as the networking library. Essentially this gave me the power to easily build a project structure from scratch that allows for easily serializing and deserializing objects over the network between the server and the client.

The Server is closed source to prevent malicious attacks on the game. However the client and library source may be released at some point.

Current Progress

  1. Login / Account creation (DONE)
  2. Character Creation (When a new account is made) a) Players can select race/class (DONE) b) Saves the created character and can load it back (DONE)
  3. Making a Basic World space a) Players can see/talk to each other b) Players can move between rooms
  4. Adding more interaction a) Players can pickup/drop items b) Players can do basic combat (No skills included yet)
  5. Create more monsters / items
  6. Create more detailed classes / skillsChangelog 0.1.6.6 Changes:
    • Made this readme

0.1.6.5 Changes: - Finished saving/loading of the character (including equipment/inventory) - Added logic around login to determine if you have a character - If not you will be given the character creation screen - Otherwise you will enter the main game screen (WIP)

Next Steps:
- Work on the main GameView
- Make a beginning area

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LoreleiClient-0.1.6.8.tar.gz (21.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page