Figure module
Creates a figure
color - w or b type - p (Pion), r (Rook), n (Knight), b (Bishop), q (Queen), k (King)
iex> Chess.Figure.new("w", "p") %Chess.Figure{color: "w", type: "p"}