From ff49bef5a68cdd645c6903eee3080c537440d81b Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 23 Mar 2026 16:59:21 -0500 Subject: add first-pass anchor-based micro-roguelike prototype --- index.html | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..58c0781 --- /dev/null +++ b/index.html @@ -0,0 +1,108 @@ + + + + +Micro Roguelike + +

Micro Roguelike

+

Choose a path. Learn the dungeon. Die often.

+ +
+

Gate

+

You stand at a ruined gate.

+

+ Left
+ Right
+ Forward +

+
+ +
+

Bones

+

Bones on the floor. A torch still burns.

+

+ Take torch
+ Move on +

+
+ +
+

Beast

+

A sleeping beast opens one eye.

+

Eaten.

+

Again

+
+ +
+

Hall

+

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

+

+ Stairs
+ Door
+ Crack +

+
+ +
+

Pit

+

A black pit cuts the room in two.

+

+ Jump
+ Edge along wall +

+
+ +
+

Idol

+

A gold idol watches. Coins glitter at its feet.

+

+ Take gold
+ Bow
+ Back +

+
+ +
+

Crack

+

Barely wide enough.

+

+ Squeeze through
+ Return +

+
+ +
+

Vault

+

A crown on stone. A small key beside it.

+

+ Take crown
+ Take key
+ Leave +

+
+ +
+

Death

+

Fell.

+

Again

+
+ +
+

Death

+

Cursed.

+

Again

+
+ +
+

Death

+

Wrong king.

+

Again

+
+ +
+

Win

+

You take the key.

+

The outer gate opens. Dawn.

+

Again

+
+ -- cgit v1.2.3