1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-30 22:14:58 +03:00
inform7/docs/standard_rules/index.html
2024-01-01 11:47:08 +00:00

94 lines
4.4 KiB
HTML

<html>
<head>
<title>srules</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>
</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">Extensions</a></li><li><b>srules</b></li></ul>
<p class="purpose">The Standard Rules extension, included in all interactive fiction projects. This is version 7.</p>
<hr>
<div class="contentspage">
<ul class="chapterlist">
<li>
<p class="chapterentry"><a href="S-prm.html">
<spon class="sectiontitle">Preamble</span></a> -
<span class="sectionpurpose">The titling line and rubric, use options and a few other preliminaries before the Standard Rules get properly started.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-pwm.html">
<spon class="sectiontitle">Physical World Model</span></a> -
<span class="sectionpurpose">Spatial relationships; the hierarchy of kinds used to model things and places, and their properties.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-var.html">
<spon class="sectiontitle">Variables and Rulebooks</span></a> -
<span class="sectionpurpose">The global variables and those built-in rulebooks which do not belong either to specific actions or to specific activities.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-act.html">
<spon class="sectiontitle">Activities</span></a> -
<span class="sectionpurpose">The built-in activities and their default stock of rules; and in particular, the locale description mechanism.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-act2.html">
<spon class="sectiontitle">Actions</span></a> -
<span class="sectionpurpose">The standard stock of actions, along with the rules which define them; and the command grammar which requests them.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-cg.html">
<spon class="sectiontitle">Command Grammar</span></a> -
<span class="sectionpurpose">The default grammar for parsing typed commands in play.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-pd.html">
<spon class="sectiontitle">Phrase Definitions</span></a> -
<span class="sectionpurpose">Additional phrases to do with interactive fiction, to add to the much larger collection provided by Basic Inform; and the final sign-off of the Standard Rules extension, including its minimal documentation.</span></p>
</li>
</ul>
</div>
<hr>
<p class="purpose">Powered by <a href="https://github.com/ganelson/inweb">Inweb</a>.</p>
</main>
</body>
</html>