From 595fb6e0c54d58b915d3cf5946a44a1eb67b5d5f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 23 Mar 2026 17:04:13 -0500 Subject: add start screen, single-view state system, and unified death node --- index.html | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index e4d2b28..277a3a1 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,27 @@ Micro Roguelike -

Micro Roguelike

-

Choose a path. Learn the dungeon. Die often.

+ + +
+

Micro Roguelike

+

Choose a path. Learn the dungeon. Die often.

+

Start

+

Gate

@@ -29,8 +48,7 @@

Beast

A sleeping beast opens one eye.

-

Eaten.

-

Again

+

Continue

@@ -47,7 +65,7 @@

Pit

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

- Jump
+ Jump
Edge along wall

@@ -56,7 +74,7 @@

Idol

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

- Take gold
+ Take gold
Bow
Back

@@ -75,27 +93,15 @@

Vault

A crown on stone. A small key beside it.

- Take crown
+ Take crown
Take key
Leave

-
-

Death

-

Fell.

-

Again

-
- -
-

Death

-

Cursed.

-

Again

-
- -
+

Death

-

Wrong king.

+

You died.

Again

@@ -105,4 +111,5 @@

The outer gate opens. Dawn.

Again

+ -- cgit v1.2.3