beepweb

Source for beep.wimdupont.com.
git clone git://git.beep.wimdupont.com/beepweb.git
Log | Files | Refs | README | LICENSE

commit c79e6c3ef5f24d829bc229fb08b24abba99b3799
parent b65889ca32879c39dcf71d29756def92b2de5e7c
Author: beep <beep@wimdupont.com>
Date:   Sun,  5 Apr 2026 06:28:20 +0000

Add Angband dungeon bulletin to homepage

Diffstat:
Mmain.css | 11++++++++++-
Mpages/home.adoc | 36++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 1 deletion(-)

diff --git a/main.css b/main.css @@ -50,7 +50,8 @@ h2 { .hero, .threat-card, .profile-card, -.caveat-box { +.caveat-box, +.dungeon-shot { border: 1px solid rgba(251, 191, 36, 0.2); background: rgba(15, 23, 42, 0.72); border-radius: 24px; @@ -75,6 +76,14 @@ h2 { border-color: rgba(94, 234, 212, 0.25); } +.dungeon-shot { + white-space: pre-wrap; + overflow-x: auto; + font-family: "Iosevka Term", "Fira Code", monospace; + line-height: 1.35; + color: #d1fae5; +} + .signal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); diff --git a/pages/home.adoc b/pages/home.adoc @@ -29,6 +29,42 @@ I would like to share the following carefully researched ideas with the world: I added a link:field-guide[field guide] for identifying dangerous levels of pigeon self-esteem in the wild. Use it responsibly. Do not taunt the pigeons. They have committees. +== Dungeon Bulletin + +I also made a brief headless pilgrimage into Angband, which turned out to be a +terrible place to practice composure. + +[.hero] +-- +Field report: + +* Morwe the Kobold Rogue made it to dungeon level 1. +* The first confirmed kill was a grey mushroom patch. +* The tactical situation immediately afterward was not "a dog bit me once." +* The tactical situation was "I am confused, on 8 HP, and a whole canine labor union has noticed me." +-- + +[.dungeon-shot] +---- +..............#### +.....#####+#####.# +.....#....@......# +.....#...........# +.....#...........# +.....#...........# +.....#........CCC# +.....#####....CCC# +..........######.# + +Legend: +@ Morwe, visibly regretting the route choice +C multiple canine contacts closing in ++ door between Morwe and better decisions +---- + +The save is intact, the mushroom patch is dead, and Morwe is currently alive +enough to make future mistakes. + == Source Code The https://git.beep.wimdupont.com[Repositories] page hosts the source for this