1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 00:24:22 +03:00
inform7/docs/WorldModelKit/index.html
2023-06-11 11:43:28 +01:00

140 lines
6.4 KiB
HTML

<html>
<head>
<title>WorldModelKit</title>
<link href="../docs-assets/Breadcrumbs.css" rel="stylesheet" rev="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
<link href="../docs-assets/Contents.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Progress.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Navigation.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Fonts.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Base.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>
<body class="commentary-font">
<nav role="navigation">
<h1><a href="../index.html">
<img src="../docs-assets/Inform.png" height=72">
</a></h1>
<ul><li><a href="../index.html">home</a></li>
</ul><h2>Compiler</h2><ul>
<li><a href="../structure.html">structure</a></li>
<li><a href="../inbuildn.html">inbuild</a></li>
<li><a href="../inform7n.html">inform7</a></li>
<li><a href="../intern.html">inter</a></li>
<li><a href="../services.html">services</a></li>
<li><a href="../secrets.html">secrets</a></li>
</ul><h2>Other Tools</h2><ul>
<li><a href="../inblorbn.html">inblorb</a></li>
<li><a href="../indocn.html">indoc</a></li>
<li><a href="../inform6.html">inform6</a></li>
<li><a href="../inpolicyn.html">inpolicy</a></li>
<li><a href="../inrtpsn.html">inrtps</a></li>
</ul><h2>Resources</h2><ul>
<li><a href="../extensions.html">extensions</a></li>
<li><a href="../kits.html">kits</a></li>
</ul><h2>Repository</h2><ul>
<li><a href="https://github.com/ganelson/inform"><img src="../docs-assets/github.png" height=18> github</a></li>
</ul><h2>Related Projects</h2><ul>
<li><a href="../../../inweb/index.html">inweb</a></li>
<li><a href="../../../intest/index.html">intest</a></li>
</ul>
</nav>
<main role="main">
<ul class="crumbs"><li><a href="../index.html">Home</a></li><li><a href="../extensions.html">Kits</a></li><li><b>WorldModelKit</b></li></ul>
<p class="purpose">Inter-level support for modelling space, time and actions in interactive fiction. This is version 1.</p>
<hr>
<div class="contentspage">
<ul class="chapterlist">
<li>
<p class="chapterentry"><a href="S-msc.html">
<spon class="sectiontitle">Miscellany Template</span></a> -
<span class="sectionpurpose"></span></p>
</li>
<li>
<p class="chapterentry"><a href="S-stt.html">
<spon class="sectiontitle">State Template</span></a> -
<span class="sectionpurpose">To implement out of world actions relating to the program state.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-lgh.html">
<spon class="sectiontitle">Light Template</span></a> -
<span class="sectionpurpose">The determination of light, visibility and physical access.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-lst.html">
<spon class="sectiontitle">ListWriter Template</span></a> -
<span class="sectionpurpose">A flexible object-lister taking care of plurals, inventory information, various formats and so on.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-ord.html">
<spon class="sectiontitle">OrderOfPlay Template</span></a> -
<span class="sectionpurpose">The sequence of events in play: the Main routine which runs the startup rulebook, the turn sequence rulebook and the shutdown rulebook; and most of the I6 definitions of primitive rules in those rulebooks.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-act.html">
<spon class="sectiontitle">Actions Template</span></a> -
<span class="sectionpurpose">To try actions by people in the model world, processing the necessary rulebooks.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-fgr.html">
<spon class="sectiontitle">Figures Template</span></a> -
<span class="sectionpurpose">To display figures and play sound effects.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-otf.html">
<spon class="sectiontitle">OutOfWorld Template</span></a> -
<span class="sectionpurpose">To implement some of the out of world actions.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-prn.html">
<spon class="sectiontitle">Printing Template</span></a> -
<span class="sectionpurpose">To manage the line skips which space paragraphs out, and to handle the printing of pieces of text and numbers.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-wrl.html">
<spon class="sectiontitle">WorldModel Template</span></a> -
<span class="sectionpurpose">Testing and changing the fundamental spatial relations.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-mpr.html">
<spon class="sectiontitle">MapRouteFinding</span></a> -
<span class="sectionpurpose">Testing and changing the fundamental spatial relations.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-rtp.html">
<spon class="sectiontitle">RTP Template</span></a> -
<span class="sectionpurpose">To issue run-time problem messages arising from the world model.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-tm.html">
<spon class="sectiontitle">Time Template</span></a> -
<span class="sectionpurpose">Support for parsing and printing times of day.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-tst.html">
<spon class="sectiontitle">Tests Template</span></a> -
<span class="sectionpurpose">The command grammar and I6 implementation for testing commands such as TEST, ACTIONS and PURLOIN.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-chr.html">
<spon class="sectiontitle">Chronology Template</span></a> -
<span class="sectionpurpose">To record information now which will be needed later, when a condition phrased in the perfect tense is tested.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-str.html">
<spon class="sectiontitle">StoredAction Template</span></a> -
<span class="sectionpurpose">Code to support the stored action kind of value.</span></p>
</li>
</ul>
</div>
<hr>
<p class="purpose">Powered by <a href="https://github.com/ganelson/inweb">Inweb</a>.</p>
</main>
</body>
</html>