Board constructor

Board()

Constructs new Board object with initialPosition.

Implementation

Board() : _position = initialPosition;