From 6b8e848cc397a868572411f2447d8aa23344cc36 Mon Sep 17 00:00:00 2001 From: David Vereb Date: Fri, 8 Nov 2024 14:38:23 -0500 Subject: [PATCH] Notes for freeing up a SINGULAR byte. --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index c06fdef..360ef58 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,7 @@ # https://www.amazon.com/Puzzle-Day-Acrylic-Original-Challenges/dp/B0BNRSLTG5?th=1 The acrylic version of the puzzle has colors for the pieces. Perhaps change our colors to match? + + +Techincally you can reach all possible orientations & flips of a piece in just three bytes (instead of four). +A flip horizontally & vertically is identical to a 180 degree rotation, for example. +You can probably get away with just a horizontal flip and then 0,90,180,270 for a total of three bytes.