<h1>Evennia Starting Tutorial (Part 2)<aclass="headerlink"href="#evennia-starting-tutorial-part-2"title="Permalink to this headline">¶</a></h1>
<divclass="sidebar">
<pclass="sidebar-title">Tutorial Parts</p>
<dlclass="simple">
<dt>Part 1: <aclass="reference external"href="./Starting-Part1.html">What we have</a></dt><dd><p>A tour of Evennia and how to use the tools, including an introduction to Python.</p>
</dd>
<dt><strong>Part 2: What we want</strong></dt><dd><p>Planning our tutorial game and what to think about when planning your own in the future.</p>
</dd>
<dt>Part 3: <aclass="reference external"href="./Starting-Part3.html">How we get there</a></dt><dd><p>Getting down to the meat of extending Evennia to make our game</p>
</dd>
<dt>Part 4: <aclass="reference external"href="./Starting-Part4.html">Using what we created</a></dt><dd><p>Building a tech-demo and world content to go with our code</p>
</dd>
<dt>Part 5: <aclass="reference external"href="./Starting-Part5.html">Showing the world</a></dt><dd><p>Taking our new game online and let players try it out</p>
</dd>
</dl>
</div>
<divclass="section"id="lessons-for-part-2">
<h2>Lessons for Part 2<aclass="headerlink"href="#lessons-for-part-2"title="Permalink to this headline">¶</a></h2>
<olclass="simple">
<li><p>Introduction & Overview (you are here)</p></li>
<li><p><aclass="reference internal"href="Part2/Game-Planning.html"><spanclass="doc">On planning a game</span></a></p></li>
<li><p><aclass="reference internal"href="Part2/Planning-Some-Useful-Contribs.html"><spanclass="doc">Planning to use some useful Contribs</span></a></p></li>