/docs/wiki: fix links, add 1.2 Wiki
This commit is contained in:
parent
241e72be1a
commit
c7bb317ead
@ -7,9 +7,9 @@
|
||||
<body>
|
||||
<h1 style="margin-bottom:0in;">1. About Townengine</h1>
|
||||
<a href="index.html">Go back
|
||||
<p><a name="#introduction"></a><strong>1.1 </strong><strong>Introduction</strong>
|
||||
<p><a name="introduction"></a><strong>1.1 </strong><strong>Introduction</strong>
|
||||
<blockquote>
|
||||
<p>Townengine (twn) is an opinionated game development framework designed around ideas of simplicity, managed state,
|
||||
<p>Townengine, {twn}, is an opinionated game development framework designed around ideas of simplicity, managed state,
|
||||
care for old devices, portability, language agnosticism, use-case orientation and iterability.
|
||||
<p><b>Simplicity.</b> It makes assumptions that trickle down to your game code. There's no delta between frames, nor resolution change.
|
||||
Textures have constant known size, not requiring scaling.
|
||||
@ -30,5 +30,11 @@
|
||||
<p><b>Iterability.</b> Defaults provided for most of the API, making initial code faster to spring.
|
||||
Hot reloading for both assets and code.
|
||||
</blockquote>
|
||||
<p><a name="wiki"></a><strong>1.2 </strong><strong>Wiki</strong>
|
||||
<blockquote>
|
||||
<p>Purpose of this wiki is to collect information on various usages of {twn} across the genres, FAQ style.
|
||||
You're welcomed to contribute to it. It's written in HTML so basic you can edit it by hand.
|
||||
Look for `index.html` and `template.html` files for more.
|
||||
</blockquote>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -12,12 +12,12 @@
|
||||
<td><strong>2.</strong> <a href="#making-2dot5d-shooters">Making 2.5D Shooters</a></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><a name="#about-townengine"></a><strong>1. </strong><a href="about-townengine.html"><strong>About Townengine</strong></a></p>
|
||||
<p><a name="about-townengine"></a><strong>1. </strong><a href="about-townengine.html"><strong>About Townengine</strong></a></p>
|
||||
<blockquote>
|
||||
<p style="margin:0in;margin-left:0.5in;text-indent:-.5in">1.1
|
||||
<a href="about-townengine.html#introduction">Introduction</a></p>
|
||||
<p style="margin:0">1.1 <a href="about-townengine.html#introduction">Introduction</a></p>
|
||||
<p style="margin:0">1.2 <a href="about-townengine.html#wiki">Wiki</a></p>
|
||||
</blockquote>
|
||||
<p><a name="#making-2dot5d-shooters"></a><strong>2. </strong><a href="making-2dot5d-shooters.html"><strong>Making 2.5D Shooters</strong></a></p>
|
||||
<p><a name="making-2dot5d-shooters"></a><strong>2. </strong><a href="making-2dot5d-shooters.html"><strong>Making 2.5D Shooters</strong></a></p>
|
||||
<blockquote>
|
||||
</blockquote>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user