Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Python MUD/MUX/MUSH/MU* development system

License

NotificationsYou must be signed in to change notification settings

evennia/evennia

unittestciimgCoverage StatusPypi Version

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!

Installation

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!

screenshotA game website is created automatically. Connect to your Evennia game from yourweb browser as well as using traditional third-party clients.

Where to go next

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!


[8]ページ先頭

©2009-2025 Movatter.jp