- change board turn variable to whiteTurn for value to be bool
- rename Board class to Game
- fully implement fen parser
- add extra debug details in side panel
- add ways to subscribe to game instance updates
- add function to convert algebraic notation to board index (for enpassant fen parsing)
- change image display for fs readability (use char instead of raw number representation)
- move some constants for char and number conversion to utils.ts
- remove comments and unused code
- add ascii representation of board in sidebar
- add function to get ascii representation of board