make your game, also if you never coded before. If you are an experienced coder, much of this will be familiar to you, but some things may still be useful.</p>
<p>See also the <aclass="reference internal"href="../Howtos/Beginner-Tutorial/Beginner-Tutorial-Overview.html"><spanclass="doc std std-doc">Beginner Tutorial</span></a>.</p>
<liclass="toctree-l2"><aclass="reference internal"href="Version-Control.html#putting-your-game-dir-under-version-control">Putting your game dir under version control</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Version-Control.html#contributing-to-evennia">Contributing to Evennia</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Unit-Testing.html#running-the-evennia-test-suite">Running the Evennia test suite</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Unit-Testing.html#running-tests-for-your-game-dir">Running tests for your game dir</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Unit-Testing.html#writing-new-tests">Writing new tests</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Unit-Testing.html#using-the-evennia-testing-classes">Using the Evennia testing classes</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Unit-Testing.html#unit-testing-contribs-with-custom-models">Unit testing contribs with custom models</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Unit-Testing.html#a-note-on-making-the-test-runner-faster">A note on making the test runner faster</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Coding-FAQ.html#preventing-character-from-moving-based-on-a-condition">Preventing character from moving based on a condition</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Coding-FAQ.html#reference-initiating-object-in-an-evmenu-command">Reference initiating object in an EvMenu command.</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Coding-FAQ.html#selectively-turn-off-commands-in-a-room">Selectively turn off commands in a room</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Coding-FAQ.html#select-command-based-on-a-condition">Select Command based on a condition</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Coding-FAQ.html#automatically-updating-code-when-reloading">Automatically updating code when reloading</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Coding-FAQ.html#changing-all-exit-messages">Changing all exit messages</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Coding-FAQ.html#add-parsing-with-the-to-delimiter">Add parsing with the “to” delimiter</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Coding-FAQ.html#non-latin-characters-in-evtable">Non-latin characters in EvTable</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Quirks.html#forgetting-to-use-reload-to-see-changes-to-your-typeclasses">Forgetting to use <codeclass="docutils literal notranslate"><spanclass="pre">reload</span></code> to see changes to your typeclasses</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Quirks.html#web-admin-to-create-new-account">Web admin to create new Account</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Quirks.html#mutable-attributes-and-their-connection-to-the-database">Mutable attributes and their connection to the database</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Quirks.html#commands-are-matched-by-name-or-alias">Commands are matched by name <em>or</em> alias</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Quirks.html#objects-turning-to-defaultobject">Objects turning to <codeclass="docutils literal notranslate"><spanclass="pre">DefaultObject</span></code></a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Quirks.html#overriding-of-magic-methods">Overriding of magic methods</a></li>
<liclass="toctree-l2"><aclass="reference internal"href="Quirks.html#things-to-remember-about-the-flat-api">Things to remember about the flat API</a></li>