Created
May 22, 2018 08:09
-
-
Save MrTrick/ab578098bf3d51241e6bb3185a4b4c03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Design a puzzle, consisting of: | |
• a small number (<10) of polyomino pieces of varied configurations, but the same unit size. | |
• a rectangular container of arbitrary height and width, ideally but not necessarily integral multiples of the polyomino unit size. | |
Having a single unique solution: | |
• where all pieces fit flat within the container. | |
• where all pieces are placed non-orthogonally wrt the container. | |
Ideally / Bonus Points | |
• Pieces are unique | |
• Pieces are placed non-orthogonally wrt other pieces | |
References: | |
Polyominos - https://en.wikipedia.org/wiki/Polyomino | |
Four T Puzzle - http://www.cs.brandeis.edu/~storer/JimPuzzles/PACK/FourTPuzzle/FourTPuzzleSolved.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment