# README
number-puzzle
This is a puzzle that consists of digital clock style numbers that fit neatly into a grid. Search is used to solve for a board that can be solved.
Renderings
Here is a rendering where the digit pieces are a different color from the (yellow) board:
# Functions
AllDigits creates the numerical digits.
No description provided by the author
No description provided by the author
No description provided by the author
FixedTemplateNames returns the keys from FixedTemplates(), sorted by name.
FixedTemplates gets a collection of fixed segment patterns for constraining puzzles.
NewDigitContinuous creates a digit by connecting line segments between every consecutive pair of locations.
NewSegment creates a deterministically ordered segment.
SearchPlacement finds a transformed version of each digit such that all of the digits fit on the board at once.