A text based MMORPG (MUD) I am toying with, created using the Evennia framework (python/django)
Go to file
2021-08-09 14:55:14 +00:00
commands first commit, character generation 2021-08-09 14:53:02 +00:00
server first commit, character generation 2021-08-09 14:53:02 +00:00
typeclasses first commit, character generation 2021-08-09 14:53:02 +00:00
web first commit, character generation 2021-08-09 14:53:02 +00:00
world first commit, character generation 2021-08-09 14:53:02 +00:00
__init__.py first commit, character generation 2021-08-09 14:53:02 +00:00
README.md Fixed readme 2021-08-09 14:55:14 +00:00

Welcome to Outlands MUD

This is just an experiment codebase to familiarize myself with the Evennia framework.

Status

Currently making some core mechanics and character creation system, loosely based on the GURPS tabletop RPG system and how I can effectively translate those rules into a video game.