## Description
_KSquares_ is an implementation of the pen and paper game _Dots and Boxes_.
On a grid each player connect two points with a line each turn. The goal is to
connect four lines to create a square. Filling a square allows the player to
add another line to the grid instantly, making it possible to fill many
squares in one turn. The game ends if all grid points are connected, and
therefore all squares are filled. The player with most filled rectangles wins.
The _KSquare_ game can be played with different board sizes from a very tiny
2×1 fields up to a very large board of 50×30 fields. Up to four players can
compete locally, any missing players may be filled with an player controlled
by the computer. The playing level of those AI opponents can be altered in
three degrees from “Easy” to “Hard”. The game is featuring a “Quick Start”
mode, in which there are many lines already connected, which results in much
faster action by skipping the repetitive starting phase. A high score table is
present and can be persisted.