1.1.0 — weather, treats, hunger, drift

This commit is contained in:
2026-08-18 13:45:25 -04:00
parent c0a634cab5
commit 820b30468d
7 changed files with 296 additions and 25 deletions

View File

@@ -80,6 +80,7 @@
<p><b>Type <code>yip</code></b> — anywhere on the page. He answers.</p>
<p><b>Open the <code>&gt;_ den</code> tab</b> in the corner, then try <code>come</code>, <code>fetch</code>, <code>status</code>, or <code>name crumb</code>.</p>
<p><b>Press</b> <kbd></kbd><kbd></kbd><kbd></kbd><kbd></kbd><kbd></kbd><kbd></kbd><kbd></kbd><kbd></kbd><kbd>B</kbd><kbd>A</kbd> — or just type <code>zoomies</code>.</p>
<p><b>Scroll fast</b> — he gets carried off with the page and has to sprint back.</p>
<p><b>Wait ten minutes</b> without touching anything. He goes to bed.</p>
</div>
@@ -106,6 +107,13 @@
<button onclick="denEvent('mischief')">mischief</button>
<button onclick="denEvent('sleepy')">sleepy</button>
</p>
<p style="text-align:center;">
<button onclick="denEvent('treat')">drop a treat</button>
<button onclick="denWeather('rain')">rain</button>
<button onclick="denWeather('snow')">snow</button>
<button onclick="denWeather('clear')">clear skies</button>
</p>
<p class="hint" style="text-align:center;">Rain sends him under the nearest panel to sulk. Snow does the opposite.</p>
<p id="thing" class="hint" style="text-align:center;">↑ "investigate" sends him to this line, specifically.</p>
</div>