2020-06-13 00:36:45 +02:00
<!DOCTYPE html>
2020-10-15 01:31:30 +02:00
< html >
2020-06-15 21:52:33 +02:00
< head >
< meta charset = "utf-8" / >
2021-05-16 00:06:01 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / > < meta name = "generator" content = "Docutils 0.17.1: http://docutils.sourceforge.net/" / >
2020-06-15 21:52:33 +02:00
< title > Links — Evennia 1.0-dev documentation< / title >
< link rel = "stylesheet" href = "_static/nature.css" type = "text/css" / >
< link rel = "stylesheet" href = "_static/pygments.css" type = "text/css" / >
< script id = "documentation_options" data-url_root = "./" src = "_static/documentation_options.js" > < / script >
< script src = "_static/jquery.js" > < / script >
< script src = "_static/underscore.js" > < / script >
< script src = "_static/doctools.js" > < / script >
< script src = "_static/language_data.js" > < / script >
2021-10-26 21:41:11 +02:00
< script async = "async" src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML" > < / script >
< script type = "text/x-mathjax-config" > MathJax . Hub . Config ( { "tex2jax" : { "processClass" : "tex2jax_process|mathjax_process|math|output_area" } } ) < / script >
2020-06-13 23:31:27 +02:00
< link rel = "shortcut icon" href = "_static/favicon.ico" / >
2020-06-15 21:52:33 +02:00
< link rel = "index" title = "Index" href = "genindex.html" / >
2020-10-19 22:46:24 +02:00
< link rel = "search" title = "Search" href = "search.html" / >
2022-01-08 16:38:41 +01:00
< link rel = "prev" title = "Contribs" href = "Contribs/Contrib-Overview.html" / >
2020-06-15 21:52:33 +02:00
< / head > < body >
< div class = "related" role = "navigation" aria-label = "related navigation" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "genindex.html" title = "General Index"
accesskey="I">index< / a > < / li >
< li class = "right" >
< a href = "py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
2020-10-19 22:46:24 +02:00
< li class = "right" >
2022-01-08 16:38:41 +01:00
< a href = "Contribs/Contrib-Overview.html" title = "Contribs"
2020-10-19 22:46:24 +02:00
accesskey="P">previous< / a > |< / li >
2020-10-15 01:31:30 +02:00
< li class = "nav-item nav-item-0" > < a href = "index.html" > Evennia 1.0-dev< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > Links< / a > < / li >
2020-06-15 21:52:33 +02:00
< / ul >
2021-06-23 18:58:26 +02:00
< div class = "develop" > develop branch< / div >
2020-06-15 21:52:33 +02:00
< / div >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
2020-06-13 00:36:45 +02:00
2021-10-26 21:41:11 +02:00
< section class = "tex2jax_ignore mathjax_ignore" id = "links" >
2020-06-13 00:36:45 +02:00
< h1 > Links< a class = "headerlink" href = "#links" title = "Permalink to this headline" > ¶< / a > < / h1 >
< p > < em > A list of resources that may be useful for Evennia users and developers.< / em > < / p >
2021-05-16 00:06:01 +02:00
< section id = "official-evennia-links" >
2020-06-13 00:36:45 +02:00
< h2 > Official Evennia links< a class = "headerlink" href = "#official-evennia-links" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://www.evennia.com" > evennia.com< / a > - Main Evennia portal page. Links to all corners of Evennia.< / p > < / li >
2020-06-13 00:36:45 +02:00
< li > < p > < a class = "reference external" href = "https://github.com/evennia/evennia" > Evennia github page< / a > - Download code and read documentation.< / p > < / li >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://webchat.freenode.net/?channels=evennia&uio=MT1mYWxzZSY5PXRydWUmMTE9MTk1JjEyPXRydWUbb" > Evennia official chat
2020-06-16 22:49:43 +02:00
channel< / a > < / p > < / li >
2021-10-26 21:41:11 +02:00
< li > < p > Our official IRC chat #evennia at < a class = "reference external" href = "http://irc.freenode.net:6667" > irc.freenode.net:6667< / a > .< / p > < / li >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://groups.google.com/group/evennia" > Evennia forums/mailing list< / a > - Web interface to our
2020-06-16 22:49:43 +02:00
google group.< / p > < / li >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://evennia.blogspot.com/" > Evennia development blog< / a > - Musings from the lead developer.< / p > < / li >
< li > < p > < a class = "reference external" href = "https://readthedocs.org/projects/evennia/" > Evennia’ s manual on ReadTheDocs< / a > - Read and download
2020-06-16 22:49:43 +02:00
offline in html, PDF or epub formats.< / p > < / li >
2020-06-13 00:36:45 +02:00
< li > < p > < a class = "reference external" href = "http://games.evennia.com/" > Evennia Game Index< / a > - An automated listing of Evennia games.< / p > < / li >
< / ul >
< hr class = "docutils" / >
< ul class = "simple" >
< li > < p > < a class = "reference external" href = "https://www.openhub.net/p/6906" > Evennia on Open Hub< / a > < / p > < / li >
< li > < p > < a class = "reference external" href = "https://openhatch.org/projects/Evennia" > Evennia on OpenHatch< / a > < / p > < / li >
< li > < p > < a class = "reference external" href = "https://pypi.python.org/pypi/Evennia-MUD-Server/" > Evennia on PyPi< / a > < / p > < / li >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://www.reddit.com/r/Evennia/" > Evennia subreddit< / a > (not much there yet though)< / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "third-party-evennia-utilities-and-resources" >
2020-06-13 00:36:45 +02:00
< h2 > Third-party Evennia utilities and resources< a class = "headerlink" href = "#third-party-evennia-utilities-and-resources" title = "Permalink to this headline" > ¶< / a > < / h2 >
2020-06-16 22:49:43 +02:00
< p > < em > For publicly available games running on Evennia, add and find those in the < a class = "reference external" href = "http://games.evennia.com" > Evennia game
index< / a > instead!< / em > < / p >
2020-06-13 00:36:45 +02:00
< ul class = "simple" >
2020-06-16 22:49:43 +02:00
< li > < p > < a class = "reference external" href = "https://discord.gg/NecFePw" > Discord Evennia channel< / a > - This is a fan-driven Discord channel with
a bridge to the official Evennia IRC channel.< / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
< hr class = "docutils" / >
< ul class = "simple" >
2020-06-16 22:49:43 +02:00
< li > < p > < a class = "reference external" href = "https://discordapp.com/channels/517176782357528616/517176782781415434" > Discord live blog< / a > of the
< em > Blackbirds< / em > Evennia game project.< / p > < / li >
2021-10-12 10:24:04 +02:00
< li > < p > < a class = "reference external" href = "https://www.unrealengine.com/marketplace/en-US/slug/evennia-plugin" > Unreal Engine Evennia plugin< / a >
an in-progress Unreal plugin for integrating Evennia with Epic Games’ Unreal Engine.< / p > < / li >
2020-06-16 22:49:43 +02:00
< li > < p > < a class = "reference external" href = "https://github.com/thedarknet/evennia" > The dark net/March Hare MUD< / a > from the 2019 < a class = "reference external" href = "https://www.defcon.org/html/defcon-27/dc-27-index.html" > DEF CON
27< / a > hacker conference in Paris. This is an
Evennia game dir with batchcode to build the custom < em > Hackers< / em > style cyberspace zone with puzzles and
2021-10-26 21:41:11 +02:00
challenges < a class = "reference external" href = "https://dcdark.net/home" > used during the conference< / a > .< / p > < / li >
2020-06-16 22:49:43 +02:00
< li > < p > < a class = "reference external" href = "https://github.com/Arx-Game/arxcode" > Arx sources< / a > - Open-source code release of the very popular
2021-08-06 00:47:51 +02:00
< a class = "reference external" href = "https://play.arxmush.org/" > Arx< / a > Evennia game. [Here are instructions for installing](Arxcode-
2020-06-16 22:49:43 +02:00
installing-help)< / p > < / li >
< li > < p > < a class = "reference external" href = "https://github.com/vincent-lg/evennia-wiki" > Evennia-wiki< / a > - An Evennia-specific Wiki for your
website.< / p > < / li >
< li > < p > < a class = "reference external" href = "https://github.com/taladan/Pegasus/blob/origin/world/utilities/evcolor" > Evcolor< / a > - Optional
coloration for Evennia unit-test output.< / p > < / li >
< li > < p > < a class = "reference external" href = "https://github.com/aurorachain/paxboards" > Paxboards< / a > - Evennia bulletin board system (both for
telnet/web).< / p > < / li >
< li > < p > < a class = "reference external" href = "https://github.com/whitehorse-io/encarnia" > Encarnia sources< / a > - An open-sourced game dir for
Evennia with things like races, combat etc. < a class = "reference external" href = "https://www.reddit.com/r/MUD/comments/6z6s3j/encarnia_an_evennia_python_mud_code_base_with/" > Summary
here< / a > .< / p > < / li >
< li > < p > < a class = "reference external" href = "https://github.com/FlutterSprite/coolbattles" > The world of Cool battles sources< / a > - Open source
turn-based battle system for Evennia. It also has a < a class = "reference external" href = "http://wcb.battlestudio.com/" > live demo< / a > .< / p > < / li >
< li > < p > < a class = "reference external" href = "https://github.com/cluebyte/nextrpi" > nextRPI< / a > - A github project for making a toolbox for people
2021-08-06 00:47:51 +02:00
to make < a class = "reference external" href = "https://www.topmudsites.com/forums/showthread.php?t=4804" > RPI< / a > -style Evennia games.< / p > < / li >
2020-06-16 22:49:43 +02:00
< li > < p > < a class = "reference external" href = "https://github.com/muddery/muddery" > Muddery< / a > - A mud framework under development, based on an
older fork of Evennia. It has some specific design goals for building and extending the game based
on input files.< / p > < / li >
< li > < p > < a class = "reference external" href = "https://github.com/amfl/vim-evennia" > vim-evennia< / a > - A mode for editing batch-build files (< code class = "docutils literal notranslate" > < span class = "pre" > .ev< / span > < / code > )
2021-08-06 00:47:51 +02:00
files in the < a class = "reference external" href = "https://www.vim.org/" > vim< / a > text editor (Emacs users can use < a class = "reference external" href = "https://github.com/evennia/evennia/blob/master/evennia/utils/evennia-mode.el" > evennia-
2020-06-16 22:49:43 +02:00
mode.el< / a > ).< / p > < / li >
2020-06-13 00:36:45 +02:00
< li > < p > < a class = "reference external" href = "https://github.com/search?p=1&q=evennia" > Other Evennia-related repos on github< / a > < / p > < / li >
< / ul >
< hr class = "docutils" / >
< ul class = "simple" >
2020-06-16 22:49:43 +02:00
< li > < p > < a class = "reference external" href = "https://www.youtube.com/playlist?list=PLyYMNttpc-SX1hvaqlUNmcxrhmM64pQXl" > EvCast video series< / a > -
Tutorial videos explaining installing Evennia, basic Python etc.< / p > < / li >
< li > < p > < a class = "reference external" href = "https://github.com/gtaylor/evennia-docker" > Evennia-docker< / a > - Evennia in a < a class = "reference external" href = "https://www.docker.com/" > Docker
container< / a > for quick install and deployment in just a few commands.< / p > < / li >
< li > < p > < a class = "reference external" href = "http://www.evenniacn.com/" > Evennia’ s docs in Chinese< / a > - A translated mirror of a slightly older
Evennia version. Announcement < a class = "reference external" href = "https://groups.google.com/forum/#%21topic/evennia/3AXS8ZTzJaA" > here< / a > .< / p > < / li >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://musoapbox.net/topic/1150/evennia-for-mushers" > Evennia for MUSHers< / a > - An article describing
2020-06-16 22:49:43 +02:00
Evennia for those used to the MUSH way of doing things.< / p > < / li >
< li > < p > < em > < a class = "reference external" href = "http://news.mit.edu/2015/learning-language-playing-computer-games-0924#_msocom_1" > Language Understanding for Text games using Deep reinforcement
learning< / a > < / em >
2021-08-06 00:47:51 +02:00
(< a class = "reference external" href = "https://people.csail.mit.edu/karthikn/pdfs/mud-play15.pdf" > PDF< / a > ) - MIT research paper using Evennia
2020-06-16 22:49:43 +02:00
to train AIs.< / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "other-useful-mud-development-resources" >
2020-06-13 00:36:45 +02:00
< h2 > Other useful mud development resources< a class = "headerlink" href = "#other-useful-mud-development-resources" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2020-06-16 22:49:43 +02:00
< li > < p > < a class = "reference external" href = "https://github.com/ctoth/area_reader" > ROM area reader< / a > - Parser for converting ROM area files to
Python objects.< / p > < / li >
2020-06-13 00:36:45 +02:00
< li > < p > < a class = "reference external" href = "https://gossip.haus/" > Gossip MUD chat network< / a > < / p > < / li >
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "general-mud-forums-and-discussions" >
2020-06-13 00:36:45 +02:00
< h2 > General MUD forums and discussions< a class = "headerlink" href = "#general-mud-forums-and-discussions" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2020-06-16 22:49:43 +02:00
< li > < p > < a class = "reference external" href = "https://mudcoders.com/" > MUD Coder’ s Guild< / a > - A blog and < a class = "reference external" href = "https://slack.mudcoders.com/" > associated Slack
channel< / a > with discussions on MUD development.< / p > < / li >
2021-10-12 10:24:04 +02:00
< li > < p > < a class = "reference external" href = "https://www.musoapbox.net/" > MuSoapbox< / a > - Very active Mu* game community mainly focused on MUSH-type gaming.< / p > < / li >
2020-06-16 22:49:43 +02:00
< li > < p > < a class = "reference external" href = "http://journal.imaginary-realities.com/" > Imaginary Realities< / a > - An e-magazine on game and MUD
2021-10-12 10:24:04 +02:00
design that has several articles about Evennia. There is also an
< a class = "reference external" href = "http://disinterest.org/resource/imaginary-realities/" > archive of older issues< / a >
from 1998-2001 that are still very relevant.< / p > < / li >
2020-06-16 22:49:43 +02:00
< li > < p > < a class = "reference external" href = "http://optionalrealities.com/" > Optional Realities< / a > - Mud development discussion forums that has
regular articles on MUD development focused on roleplay-intensive games. After a HD crash it’ s not
as content-rich as it once was.< / p > < / li >
2020-06-13 00:36:45 +02:00
< li > < p > < a class = "reference external" href = "http://mudlab.org/" > MudLab< / a > - Mud design discussion forum< / p > < / li >
< li > < p > < a class = "reference external" href = "http://www.mudconnect.com/" > MudConnector< / a > - Mud listing and forums< / p > < / li >
< li > < p > < a class = "reference external" href = "http://www.mudbytes.net/" > MudBytes< / a > - Mud listing and forums< / p > < / li >
< li > < p > < a class = "reference external" href = "http://www.topmudsites.com/" > Top Mud Sites< / a > - Mud listing and forums< / p > < / li >
2020-06-16 22:49:43 +02:00
< li > < p > < a class = "reference external" href = "http://planet-muddev.disinterest.org/" > Planet Mud-Dev< / a > - A blog aggregator following blogs of
current MUD development (including Evennia) around the ‘ net. Worth to put among your RSS
subscriptions.< / p > < / li >
< li > < p > Mud Dev mailing list archive (< a class = "reference external" href = "http://www.disinterest.org/resource/MUD-Dev/" > mirror< / a > ) -
Influential mailing list active 1996-2004. Advanced game design discussions.< / p > < / li >
2020-06-13 00:36:45 +02:00
< li > < p > < a class = "reference external" href = "http://mud-dev.wikidot.com/" > Mud-dev wiki< / a > - A (very) slowly growing resource on MUD creation.< / p > < / li >
2020-06-16 22:49:43 +02:00
< li > < p > < a class = "reference external" href = "http://cryosphere.net/mud-protocol.html" > Mud Client/Server Interaction< / a > - A page on classic MUD
telnet protocols.< / p > < / li >
2021-10-12 10:24:04 +02:00
< li > < p > < a class = "reference external" href = "https://gc-taylor.com/blog/2013/01/08/mud-tech-funcool-dont-forget-ship-damned-thing/" > Mud Tech’ s fun/cool but …< / a > -
Greg Taylor gives good advice on mud design.< / p > < / li >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://www.hayseed.net/MOO/" > Lost Library of MOO< / a > - Archive of scientific articles on mudding (in
2020-06-16 22:49:43 +02:00
particular moo).< / p > < / li >
< li > < p > < a class = "reference external" href = "http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=5959" > Nick Gammon’ s hints thread< / a > -
Contains a very useful list of things to think about when starting your new MUD.< / p > < / li >
< li > < p > < a class = "reference external" href = "http://www.lostgarden.com/" > Lost Garden< / a > - A game development blog with long and interesting
articles (not MUD-specific)< / p > < / li >
2020-06-13 00:36:45 +02:00
< li > < p > < a class = "reference external" href = "http://whatgamesare.com/" > What Games Are< / a > - A blog about general game design (not MUD-specific)< / p > < / li >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://thealexandrian.net/" > The Alexandrian< / a > - A blog about tabletop roleplaying and board games,
2020-06-16 22:49:43 +02:00
but with lots of general discussion about rule systems and game balance that could be applicable
also for MUDs.< / p > < / li >
2021-10-12 10:24:04 +02:00
< li > < p > < a class = "reference external" href = "https://www.raphkoster.com/games/laws-of-online-world-design/the-laws-of-online-world-design/" > Raph Koster’ s laws of game design< / a > -
thought-provoking guidelines and things to think about when designing a virtual multiplayer world
(Raph is known for < em > Ultima Online< / em > among other things).< / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "literature" >
2020-06-13 00:36:45 +02:00
< h2 > Literature< a class = "headerlink" href = "#literature" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-10-12 10:24:04 +02:00
< li > < p > Richard Bartle < em > Designing Virtual Worlds< / em >
(< a class = "reference external" href = "https://www.amazon.com/Designing-Virtual-Worlds-Richard-Bartle/dp/0131018167" > amazon page< / a > ) -
Essential reading for the design of any persistent game
2020-06-16 22:49:43 +02:00
world, written by the co-creator of the original game < em > MUD< / em > . Published in 2003 but it’ s still as
relevant now as when it came out. Covers everything you need to know and then some.< / p > < / li >
< li > < p > Zed A. Shaw < em > Learn Python the Hard way< / em > (< a class = "reference external" href = "https://learnpythonthehardway.org/" > homepage< / a > ) - Despite
the imposing name this book is for the absolute Python/programming beginner. One learns the language
by gradually creating a small text game! It has been used by multiple users before moving on to
Evennia. < em > Update: This used to be free to read online, this is no longer the case.< / em > < / p > < / li >
2021-10-12 10:24:04 +02:00
< li > < p > David M. Beazley < em > Python Essential Reference (4th ed)< / em >
(< a class = "reference external" href = "https://www.amazon.com/Python-Essential-Reference-David-Beazley/dp/0672329786/" > amazon page< / a > ) -
Our recommended book on Python; it not only efficiently summarizes the language but is also
an excellent reference to the standard library for more experienced Python coders.< / p > < / li >
< li > < p > Luciano Ramalho, < em > Fluent Python< / em >
(< a class = "reference external" href = "https://shop.oreilly.com/product/0636920032519.do" > O’ Reilly page< / a > ) -
This is an excellent book for experienced Python coders willing to take their code to the next level.
A great read with a lot of useful info also for veteran Pythonistas.< / p > < / li >
< li > < p > Richard Cantillon < em > An Essay on Economic Theory< / em >
(< a class = "reference external" href = "https://mises.org/books/essay_on_economic_theory_cantillon.pdf" > free pdf< / a > ) - A very good English
2020-06-16 22:49:43 +02:00
translation of < em > Essai sur la Nature du Commerce en Général< / em > , one of the foundations of modern
economic theory. Written in 1730 but the translation is annotated and the essay is actually very
easy to follow also for a modern reader. Required reading if you think of implementing a sane game
economic system.< / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "frameworks" >
2020-06-13 00:36:45 +02:00
< h2 > Frameworks< a class = "headerlink" href = "#frameworks" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-10-12 10:24:04 +02:00
< li > < p > < a class = "reference external" href = "https://www.djangoproject.com/" > Django’ s homepage< / a > < / p >
< ul >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://docs.djangoproject.com/en" > Documentation< / a > < / p > < / li >
< li > < p > < a class = "reference external" href = "https://code.djangoproject.com/" > Code< / a > < / p > < / li >
2021-10-12 10:24:04 +02:00
< / ul >
< / li >
< li > < p > < a class = "reference external" href = "https://twistedmatrix.com/" > Twisted homepage< / a > < / p >
< ul >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://twistedmatrix.com/documents/current/core/howto/index.html" > Documentation< / a > < / p > < / li >
< li > < p > < a class = "reference external" href = "https://twistedmatrix.com/trac/browser" > Code< / a > < / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
2021-10-12 10:24:04 +02:00
< / li >
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "tools" >
2020-06-13 00:36:45 +02:00
< h2 > Tools< a class = "headerlink" href = "#tools" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-10-12 10:24:04 +02:00
< li > < p > < a class = "reference external" href = "https://git-scm.com/" > GIT< / a > < / p >
< ul >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://git-scm.com/documentation" > Documentation< / a > < / p > < / li >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference external" href = "https://try.github.io/levels/1/challenges/1" > Learn GIT in 15 minutes< / a > (interactive tutorial)< / p > < / li >
2021-10-12 10:24:04 +02:00
< / ul >
< / li >
2020-06-13 00:36:45 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "python-info" >
2020-06-13 00:36:45 +02:00
< h2 > Python Info< a class = "headerlink" href = "#python-info" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-10-12 10:24:04 +02:00
< li > < p > < a class = "reference external" href = "https://www.python.org/" > Python Website< / a > < / p >
< ul >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://www.python.org/doc/" > Documentation< / a > < / p > < / li >
< li > < p > < a class = "reference external" href = "https://docs.python.org/tut/tut.html" > Tutorial< / a > < / p > < / li >
< li > < p > < a class = "reference external" href = "https://docs.python.org/lib/lib.html" > Library Reference< / a > < / p > < / li >
< li > < p > < a class = "reference external" href = "https://docs.python.org/ref/ref.html" > Language Reference< / a > < / p > < / li >
2021-10-12 10:24:04 +02:00
< / ul >
< / li >
2021-08-06 00:47:51 +02:00
< li > < p > < a class = "reference external" href = "https://www.siafoo.net/article/52" > Python tips and tricks< / a > < / p > < / li >
2021-10-12 10:24:04 +02:00
< li > < p > < a class = "reference external" href = "https://hyperskill.org/onboarding?track=python" > Jetbrains Python academy< / a > -
free online programming curriculum for different skill levels< / p > < / li >
2020-06-13 00:36:45 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< / section >
2020-06-13 00:36:45 +02:00
2020-10-15 01:31:30 +02:00
< div class = "clearer" > < / div >
2020-06-13 00:36:45 +02:00
< / div >
< / div >
< / div >
2020-06-15 21:52:33 +02:00
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
< p class = "logo" > < a href = "index.html" >
< img class = "logo" src = "_static/evennia_logo.png" alt = "Logo" / >
< / a > < / p >
< div id = "searchbox" style = "display: none" role = "search" >
< h3 id = "searchlabel" > Quick search< / h3 >
< div class = "searchformwrapper" >
< form class = "search" action = "search.html" method = "get" >
< input type = "text" name = "q" aria-labelledby = "searchlabel" / >
< input type = "submit" value = "Go" / >
< / form >
< / div >
< / div >
< script > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
< p > < h3 > < a href = "index.html" > Table of Contents< / a > < / h3 >
< ul >
< li > < a class = "reference internal" href = "#" > Links< / a > < ul >
< li > < a class = "reference internal" href = "#official-evennia-links" > Official Evennia links< / a > < / li >
< li > < a class = "reference internal" href = "#third-party-evennia-utilities-and-resources" > Third-party Evennia utilities and resources< / a > < / li >
< li > < a class = "reference internal" href = "#other-useful-mud-development-resources" > Other useful mud development resources< / a > < / li >
< li > < a class = "reference internal" href = "#general-mud-forums-and-discussions" > General MUD forums and discussions< / a > < / li >
< li > < a class = "reference internal" href = "#literature" > Literature< / a > < / li >
< li > < a class = "reference internal" href = "#frameworks" > Frameworks< / a > < / li >
< li > < a class = "reference internal" href = "#tools" > Tools< / a > < / li >
< li > < a class = "reference internal" href = "#python-info" > Python Info< / a > < / li >
< / ul >
< / li >
< / ul >
2020-06-13 00:36:45 +02:00
2020-10-19 22:46:24 +02:00
< h4 > Previous topic< / h4 >
2022-01-08 16:38:41 +01:00
< p class = "topless" > < a href = "Contribs/Contrib-Overview.html"
title="previous chapter">Contribs< / a > < / p >
2020-06-15 21:52:33 +02:00
< div role = "note" aria-label = "source link" >
<!-- h3>This Page</h3 -->
< ul class = "this-page-menu" >
< li > < a href = "_sources/Links.md.txt"
rel="nofollow">Show Page Source< / a > < / li >
< / ul >
2021-03-06 01:37:43 +01:00
< / div > < h3 > Links< / h3 >
< ul >
< li > < a href = "https://www.evennia.com" > Home page< / a > < / li >
< li > < a href = "https://github.com/evennia/evennia" > Evennia Github< / a > < / li >
< li > < a href = "http://games.evennia.com" > Game Index< / a > < / li >
2021-08-06 00:47:51 +02:00
< li >
< a href = "https://discord.gg/AJJpcRUhtF" > Discord< / a > -
< a href = "https://github.com/evennia/evennia/discussions" > Discussions< / a > -
2021-08-06 00:53:44 +02:00
< a href = "https://evennia.blogspot.com/" > Blog< / a >
2021-03-06 01:37:43 +01:00
< / li >
< / ul >
2020-06-15 21:52:33 +02:00
< h3 > Versions< / h3 >
< ul >
< li > < a href = "Links.html" > 1.0-dev (develop branch)< / a > < / li >
< / ul >
2020-06-14 21:48:02 +02:00
2020-06-15 21:52:33 +02:00
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "related" role = "navigation" aria-label = "related navigation" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "genindex.html" title = "General Index"
>index< / a > < / li >
< li class = "right" >
< a href = "py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
2020-10-19 22:46:24 +02:00
< li class = "right" >
2022-01-08 16:38:41 +01:00
< a href = "Contribs/Contrib-Overview.html" title = "Contribs"
2020-10-19 22:46:24 +02:00
>previous< / a > |< / li >
2020-10-15 01:31:30 +02:00
< li class = "nav-item nav-item-0" > < a href = "index.html" > Evennia 1.0-dev< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > Links< / a > < / li >
2020-06-15 21:52:33 +02:00
< / ul >
2021-06-23 18:58:26 +02:00
< div class = "develop" > develop branch< / div >
2020-06-15 21:52:33 +02:00
< / div >
< div class = "footer" role = "contentinfo" >
© Copyright 2020, The Evennia developer community.
2020-10-15 01:31:30 +02:00
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 3.2.1.
2020-06-15 21:52:33 +02:00
< / div >
< / body >
2020-06-13 00:36:45 +02:00
< / html >