From d27c019cc46e2693cb2ee2cb0d5c4048d28914cc Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Thu, 27 Mar 2025 18:14:52 +0100 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 306b42c..dbd3729 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ logic mostly like https://git.crispypin.cc/CrispyPin/marble - background colour setting - configurable hotkeys - hotkeys for everything (no mouse needed to play) - - font selection (possibly a lot of work) + - font selection (probably a lot of work) - more levels - footprint and bounding box stats (instead of area) - scroll output bytes @@ -22,8 +22,16 @@ logic mostly like https://git.crispypin.cc/CrispyPin/marble - timestamps in solutions and blueprints - lock tile types for early levels to make it less overwhelming - display tool variant more clearly (it's not obvious there are more states) +- better text rendering +### online stuff +- store scores in server +- validate solutions in server (with limits) +- show histograms +- author name in solutions and blueprints +#### undecided - option to use 8-bit marbles? - blueprint rotation? +- changable marble start direction? ## playtesting observations - 'loops' introduces too many things (powering, redirection, generating zeroes)