From d016dad68f4d3a3066fa9d761718d5a60f8772c5 Mon Sep 17 00:00:00 2001 From: grimsace Date: Tue, 14 Apr 2026 11:50:09 -0500 Subject: [PATCH] added some slight clarifications to the readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45947c6..80a13fe 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ It combines deterministic generation with manual editing, so you can generate a - `.webp` - `.svg` - composite folder export with masks -- Accessibility mode with alternate visual encodings for rooms, corridors, walls, doors, archways, and windows +- Colorblind mode with alternate visual encodings for rooms, corridors, walls, doors, archways, and windows ## Tabs @@ -124,9 +124,10 @@ Folder export writes a composite image plus separate masks for: - end markers - grid, when enabled -## Run +## Build and Run Yourself ```bash +git clone https://codeberg.org/Grimsace/desktop_dungeon_generator.git cargo run ```