From 826cbd08bbd74b2d3f4c19ebf4021ccbcfd6353d Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 23 Mar 2026 17:04:59 -0500 Subject: tighten dungeon copy and simplify screen structure before byte pass --- index.html | 134 +++++++++++++++++++++---------------------------------------- 1 file changed, 46 insertions(+), 88 deletions(-) diff --git a/index.html b/index.html index 277a3a1..636f33a 100644 --- a/index.html +++ b/index.html @@ -1,115 +1,73 @@ - - - + + + Micro Roguelike - -
-

Micro Roguelike

-

Choose a path. Learn the dungeon. Die often.

-

Start

+
+

micro roguelike

+

learn fast. die often.

+

start

-
-

Gate

-

You stand at a ruined gate.

-

- Left
- Right
- Forward -

+
+

gate

+

ruin. dark ahead.

+

left right in

-
-

Bones

-

Bones on the floor. A torch still burns. Dark favors walls.

-

- Take torch
- Move on -

+
+

bones

+

torch burns. dark favors walls.

+

take torch move on

-
-

Beast

-

A sleeping beast opens one eye.

-

Continue

+
+

beast

+

one eye opens. eaten

-
-

Hall

-

A stone hall. Stairs descend. A bronze door waits. A crack splits the wall.

-

- Stairs
- Door
- Crack -

+
+

hall

+

stairs. bronze door. wall crack.

+

stairs door crack

-
-

Pit

-

A black pit cuts the room in two. Too wide. Dark below.

-

- Jump
- Edge along wall -

+
+

pit

+

too wide. dark below.

+

jump edge

-
-

Idol

-

A gold idol watches. Coins glitter at its feet. Its head is bowed.

-

- Take gold
- Bow
- Back -

+
+

idol

+

gold at its feet. head bowed.

+

gold bow back

-
-

Crack

-

Barely wide enough. Cold air slips through.

-

- Squeeze through
- Return -

+
+

crack

+

cold air. barely wide enough.

+

squeeze return

-
-

Vault

-

A crown on stone. A small key beside it.

-

- Take crown
- Take key
- Leave -

+
+

vault

+

crown. small key.

+

crown key leave

-
-

Death

-

You died.

-

Again

+
+

dead

+

again

-
-

Win

-

You take the key.

-

The outer gate opens. Dawn.

-

Again

+
+

key taken

+

the gate opens. dawn.

+

again

- -- cgit v1.2.3