From 903fc7bde46945d73920f2612398bd9310acfd8f Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 29 Apr 2026 17:12:24 -0400 Subject: [PATCH] added todo --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 03818b1..7b5e1bb 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,14 @@ placing clue numbers, so every puzzle has a solution by construction. | 25×25 | 🔜 | --- +## TODO +- [ ] Fix window size to auto resize when changing game mode +- [ ] Show number of cells selected during a mouse drag, before placing +- [ ] Remove ability to select just 1 cell +- [ ] Add some kind of zoom feature + - Scroll wheel + - and/or a ui button for zoom in/out +--- ## Using the package locally (before it lands in nixpkgs)