This is an aim to replicate a playable board of chess, in which a bot can be played and finally, to display the board into its own window.
- Board is created using heap memory and freed at the end.
- Board is displayed onto the console.
- Board is set-up when starting.
- (in progress) - Last move is kept in memory while the rest is witten in a file.
- (in progress) - Pieces can move.
- NONE
- NONE