Skip to content

Instantly share code, notes, and snippets.

@MrTrick
Created May 22, 2018 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrTrick/ab578098bf3d51241e6bb3185a4b4c03 to your computer and use it in GitHub Desktop.
Save MrTrick/ab578098bf3d51241e6bb3185a4b4c03 to your computer and use it in GitHub Desktop.
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