summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-23 17:02:46 -0500
committerChristian Cleberg <[email protected]>2026-03-23 17:02:46 -0500
commit31eb4911529f06af43b6d06ee3eaf9f995df7a23 (patch)
treeece103d79e26d864324036000b62184ea8554d84 /index.html
parentff49bef5a68cdd645c6903eee3080c537440d81b (diff)
downloadmicro-roguelike-31eb4911529f06af43b6d06ee3eaf9f995df7a23.tar.gz
micro-roguelike-31eb4911529f06af43b6d06ee3eaf9f995df7a23.tar.bz2
micro-roguelike-31eb4911529f06af43b6d06ee3eaf9f995df7a23.zip
improve dungeon copy and strengthen clue-based room flow
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 58c0781..e4d2b28 100644
--- a/index.html
+++ b/index.html
@@ -19,7 +19,7 @@
<section id="bones">
<h2>Bones</h2>
- <p>Bones on the floor. A torch still burns.</p>
+ <p>Bones on the floor. A torch still burns. Dark favors walls.</p>
<p>
<a href="#hall">Take torch</a><br>
<a href="#pit">Move on</a>
@@ -45,7 +45,7 @@
<section id="pit">
<h2>Pit</h2>
- <p>A black pit cuts the room in two.</p>
+ <p>A black pit cuts the room in two. Too wide. Dark below.</p>
<p>
<a href="#fell">Jump</a><br>
<a href="#vault">Edge along wall</a>
@@ -54,7 +54,7 @@
<section id="idol">
<h2>Idol</h2>
- <p>A gold idol watches. Coins glitter at its feet.</p>
+ <p>A gold idol watches. Coins glitter at its feet. Its head is bowed.</p>
<p>
<a href="#cursed">Take gold</a><br>
<a href="#crack">Bow</a><br>
@@ -64,7 +64,7 @@
<section id="crack">
<h2>Crack</h2>
- <p>Barely wide enough.</p>
+ <p>Barely wide enough. Cold air slips through.</p>
<p>
<a href="#vault">Squeeze through</a><br>
<a href="#hall">Return</a>