<p>We also include a growing list of <em>optional</em><aclass="reference internal"href="Contribs/Contrib-Overview.html"><spanclass="doc">contribs</span></a> you can use for your game
<p>Out of the box, Evennia gives you a ‘talker’-type of game; you can walk around, chat, build rooms and objects,
do basic roleplaying and administration. The server ships with a default set of player commands that are
similar to the MUX command set. We <em>do not</em> aim specifically to be a MUX server, but we had to pick some
default to go with (see <aclass="reference internal"href="Concepts/Soft-Code.html"><spanclass="doc">this</span></a> for more about our original motivations). It’s easy to
remove or add commands, or to have the command syntax mimic other systems, like Diku, LP, MOO and so on.
Or why not create a new and better command system of your own design.</p>
<p>Evennia’s demo server can be found at <aclass="reference external"href="https://demo.evennia.com">https://demo.evennia.com</a>. If you prefer to
connect to the demo via your telnet client you can do so at <codeclass="docutils literal notranslate"><spanclass="pre">demo.evennia.com</span></code>, port <codeclass="docutils literal notranslate"><spanclass="pre">4000</span></code>.</p>
single in-game command to install as explained <aclass="reference internal"href="Howto/Starting/Part1/Tutorial-World-Introduction.html"><spanclass="doc">here</span></a>.</p>
<h2>What you need to know to work with Evennia<aclass="headerlink"href="#what-you-need-to-know-to-work-with-evennia"title="Permalink to this headline">¶</a></h2>
<p>Assuming you have Evennia working (see the <aclass="reference internal"href="Setup/Setup-Quickstart.html"><spanclass="doc">quick start instructions</span></a>) and have
<h3>I don’t know (or don’t want to do) any programming - I just want to run a game!<aclass="headerlink"href="#i-don-t-know-or-don-t-want-to-do-any-programming-i-just-want-to-run-a-game"title="Permalink to this headline">¶</a></h3>
<h3>I know basic Python, or I am willing to learn<aclass="headerlink"href="#i-know-basic-python-or-i-am-willing-to-learn"title="Permalink to this headline">¶</a></h3>
you are new to programming. Evennia’s <aclass="reference internal"href="Howto/Starting/Part1/Starting-Part1.html"><spanclass="doc">Starting-tutorial</span></a> has a <aclass="reference internal"href="Howto/Starting/Part1/Python-basic-introduction.html"><spanclass="doc">basic introduction
to Python</span></a> but you should probably also sit down
with a full Python beginner’s tutorial at some point (there are plenty of them on
the web if you look around). See also our <aclass="reference external"href="Links.html#wiki-litterature">link
<li><p>Doing <aclass="reference external"href="https://docs.python.org/tutorial/introduction.html#strings">string handling and formatting</a></p></li>
<li><p>Have a basic understanding of <aclass="reference external"href="https://www.tutorialspoint.com/python/python_classes_objects.htm">object-oriented
With just basic knowledge you should be able to define your own <aclass="reference internal"href="Components/Commands.html"><spanclass="doc">Commands</span></a>, create custom
<aclass="reference internal"href="Components/Objects.html"><spanclass="doc">Objects</span></a> as well as make your world come alive with basic <aclass="reference internal"href="Components/Scripts.html"><spanclass="doc">Scripts</span></a>. You can
<h3>I know my Python stuff and I am willing to use it!<aclass="headerlink"href="#i-know-my-python-stuff-and-i-am-willing-to-use-it"title="Permalink to this headline">¶</a></h3>
<p>From here you can continue browsing the [online documentation](<aclass="reference external"href="index:Evennia-documentation">online documentation</a>) to
find more info about Evennia. Or you can jump into the <aclass="reference internal"href="Howto/Howto-Overview.html"><spanclass="doc">Tutorials</span></a> and get your hands
dirty with code right away. You can also read the lead developer’s <aclass="reference external"href="https://evennia.blogspot.com/">dev blog</a> for many tidbits and snippets about Evennia’s development and
<li><p>Get engaged in the community. Make an introductory post to our <aclass="reference external"href="https://groups.google.com/forum/#%21forum/evennia">mailing
highly recommended you hop onto our <aclass="reference external"href="https://webchat.freenode.net/?channels=evennia&uio=MT1mYWxzZSY5PXRydWUmMTE9MTk1JjEyPXRydWUbb">Developer
<li><p>Read the <aclass="reference internal"href="Howto/Starting/Part2/Game-Planning.html"><spanclass="doc">Game Planning</span></a> wiki page. It gives some ideas for your work flow and the
<li><p>Do the <aclass="reference internal"href="Howto/Starting/Part3/Tutorial-for-basic-MUSH-like-game.html"><spanclass="doc">Tutorial for basic MUSH-like game</span></a> carefully from
<li><aclass="reference internal"href="#can-i-test-it-somewhere">Can I test it somewhere?</a></li>
<li><aclass="reference internal"href="#what-you-need-to-know-to-work-with-evennia">What you need to know to work with Evennia</a><ul>
<li><aclass="reference internal"href="#i-don-t-know-or-don-t-want-to-do-any-programming-i-just-want-to-run-a-game">I don’t know (or don’t want to do) any programming - I just want to run a game!</a></li>
<li><aclass="reference internal"href="#i-know-basic-python-or-i-am-willing-to-learn">I know basic Python, or I am willing to learn</a></li>
<li><aclass="reference internal"href="#i-know-my-python-stuff-and-i-am-willing-to-use-it">I know my Python stuff and I am willing to use it!</a></li>
<li><aclass="reference internal"href="#where-to-from-here">Where to from here?</a></li>