diff options
| author | Christian Cleberg <[email protected]> | 2026-03-23 17:02:46 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-23 17:02:46 -0500 |
| commit | 31eb4911529f06af43b6d06ee3eaf9f995df7a23 (patch) | |
| tree | ece103d79e26d864324036000b62184ea8554d84 /index.html | |
| parent | ff49bef5a68cdd645c6903eee3080c537440d81b (diff) | |
| download | micro-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.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |
