From dbb478f9ecce76eb42848f836e0de902c3015284 Mon Sep 17 00:00:00 2001
From: CrispyPin <crispin@tasa.se>
Date: Fri, 4 Apr 2025 23:19:07 +0200
Subject: [PATCH] update readme

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ff84493..e466519 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
 # Marble Machinations
+A zach-like programming-adjacent puzzle game.
+Still in development, but core features are mostly stable.
 
 logic mostly like https://git.crispypin.cc/CrispyPin/marble
 
 ## todo
 ### meta
-- itch page text
 - engine tests
 - blag post about marble movement logic
 ### game
@@ -29,7 +30,7 @@ logic mostly like https://git.crispypin.cc/CrispyPin/marble
 - validate solutions in server (with limits)
 - show histograms
 - author name in solutions and blueprints
-#### undecided
+### undecided
 - footprint score (tiles that were non-empty at any point in the run)
 - option to use 8-bit marbles?
 - blueprint rotation?