/docs/wiki: fix links, add 1.2 Wiki

This commit is contained in:
veclavtalica 2025-02-03 22:15:46 +03:00
parent 241e72be1a
commit c7bb317ead
2 changed files with 12 additions and 6 deletions

View File

@ -7,9 +7,9 @@
<body> <body>
<h1 style="margin-bottom:0in;">1. About Townengine</h1> <h1 style="margin-bottom:0in;">1. About Townengine</h1>
<a href="index.html">Go back <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> <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. 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. <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. 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. <p><b>Iterability.</b> Defaults provided for most of the API, making initial code faster to spring.
Hot reloading for both assets and code. Hot reloading for both assets and code.
</blockquote> </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> </body>
</html> </html>

View File

@ -12,12 +12,12 @@
<td><strong>2.</strong> <a href="#making-2dot5d-shooters">Making 2.5D Shooters</a></td> <td><strong>2.</strong> <a href="#making-2dot5d-shooters">Making 2.5D Shooters</a></td>
</tr> </tr>
</tbody></table> </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> <blockquote>
<p style="margin:0in;margin-left:0.5in;text-indent:-.5in">1.1 <p style="margin:0">1.1 <a href="about-townengine.html#introduction">Introduction</a></p>
<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> </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>
</blockquote> </blockquote>
</body> </body>