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