module Chess

Overview

TODO Write documentation for Chess

Defined in:

board.cr
chess.cr

Constant Summary

PIECES = [King, Knight, Rook, Bishop, Queen, Pawn]
VERSION = "0.1.0"