Tiling Game v0.1.0 API Reference
Modules
board is made up of squares a square may be covered by zero or one pieces pieces come in X unique pentomino shapes each player has one of each shape to play first piece played must cover the player’s start square subsequent pieces must touch player’s previous pieces at a corner, not an edge pieces may not cover other pieces pieces must be placed completely on the board pieces may be flipped or rotated before placing on the board each player has pieces with a distinctive color/pattern (R, Y, G, B)
supposed to represent the board - duh NOTE: the top left corner, (1, 1) is array position 1.
supposed to represent the game - duh
Pentomino is what we call the shape of a piece in the game.
These pieces are the sum of the set of pentominos, tetrominos, trominos,
and the domino and monomino - but we'll call it by its biggest shapes.
https://en.wikipedia.org/wiki/Polyomino
Your rack is where you store your pieces before playing them.