- Notifications
You must be signed in to change notification settings - Fork707
Python MUD/MUX/MUSH/MU* development system
License
evennia/evennia
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Evennia is a modern library for creatingonline multiplayer textgames (MUD, MUSH, MUX, MUCK, MOO etc) in pure Python. Itallows game creators to design and flesh out their ideas with greatfreedom.
Evennia does not impose a particular style, genre or game mechanic. Instead itsolves the boring networking and basic stuff all online games need. It providesa framework and tools for you to build the game you want. Coding in Evennia isdone using normal Python modules imported into the server at runtime.
Evennia hasextensive documentation. It also has a very active communitywithdiscussion forums and adiscord server to help and support you!
pip install evennia (windows users once: py -m evennia)evennia --init mygamecd mygameevennia migrateevennia start / stop / reload
Seethe full installation instructions for more help.
Next, browse tohttp://localhost:4001
or use your third-party mud client toconnect tolocalhost
, port4000
to see your working (if empty) game!
A game website is created automatically. Connect to your Evennia game from yourweb browser as well as using traditional third-party clients.
If this piqued your interest, there is alengthier introduction to read. Youcan also read ourEvennia in pictures overview. After that,why not check out theEvennia Beginner tutorial.
Welcome!
About
Python MUD/MUX/MUSH/MU* development system