april19
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
% import random
|
||||
% rebase('frame.tpl')
|
||||
<div class="content-grid">
|
||||
<h1>lemonland milestones </h1>
|
||||
<p>This is a list of everything I need to add before the Blessfrey is complete, version by version. I can add more in subsequent updates, but I have to draw the line somewhere. The list is broken into versions. </p>
|
||||
<br>
|
||||
<p>Focus and finish the game! <br></p>
|
||||
|
||||
<br><hr><br>
|
||||
<h2>legend </h2>
|
||||
<p><span class=mundane>nothing at all</span>, <span class=common>designed</span>, <span class=unusual>basic implementation</span>, <span class=rare>intentionally designed, documented, but with known issues</span>, <span class=unique>playtested and polished...or at least as done as it will ever be</span> </p>
|
||||
|
||||
|
||||
|
||||
<br><hr><br>
|
||||
|
||||
|
||||
<h2><span class=unique>0.0 - ship literally anything at all</span> </h2>
|
||||
<ul>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=unique>feature: export, embed</span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>usernames must be unique</span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>pet names must be unique</span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>usernames can't have unexpected characters like あ</span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>pet names can't have unexpected characters like あ</span> </li>
|
||||
</ul>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>accounts have a persistent username </span> </li>
|
||||
<li class="latest">{{random.choice(['.','•','☆','★'])}}	<span class=mundane>can capture pet and add it to your pet list </span> </li>
|
||||
|
||||
|
||||
<br><hr><br>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!--
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user