package
0.4.4
Repository: https://github.com/unixpickle/model3d.git
Documentation: pkg.go.dev

# 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:

Color rendering

# 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.

# Structs

No description provided by the author

# Type aliases

A Digit is a drawing of a character using a set of line segments.
Location is a (row, column) pair on the board, starting at the top left.
A Segment connects two adjacent locations.