index.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <html>
  2. <head>
  3. <link href="tutorial.css" rel="stylesheet" type="text/css">
  4. </head>
  5. <body>
  6. <div class="header">The NakedMud Tutorial</div>
  7. <!-- content starts here -->
  8. <div class="content-wrap"><div class="content-body-wrap"><div class="content">
  9. <div class="head">Introduction</div>
  10. <div class="info">
  11. Welcome to the NakedMud tutorial. This collection of documents is intended to be
  12. a comprehensive introduction to all aspects of the codebase. What this is not
  13. is an introduction to programming, or a style guide for building. If you do not
  14. have a rudimentary understanding of the relevant programming language, or a
  15. basic understanding of how to plan a mud zone, this should not be your
  16. destination for learning how to use NakedMud.
  17. <p></p>
  18. What this tutorial will provide is knowledge about the NakedMud codebase, and
  19. how it can be used effectively. The tutorial is split up into two levels
  20. (Basics, Extras), each with four different topics (Building, Scripting, Python,
  21. C). The basics will provide a crash course on the major features NakedMud, in
  22. each of these areas. The Extras tutorials will walk readers step-by-step
  23. through the more complicated aspects of each area, with hints for efficiency and
  24. caveats for design.
  25. </div></div></div></div>
  26. <!-- navigation starts here -->
  27. <div class="nav-wrap"><div class="nav">
  28. <iframe src="nav.html" height="100%" width="100%" scrolling=no frameborder=0>
  29. </iframe>
  30. <!-- navigation ends here -->
  31. </div></div>
  32. </div></div>
  33. <div class="footer">Edit Date: Nov 15, 2008. By Geoff Hollis</div>
  34. </body>
  35. </html>