Optional Issue. (Game can be completed without it)
Implementing the game to be played only with full screen. a simple menu can be used for quitting. This should be done coz resizing the screen to a small screen requires the whole drawing of the board (it costs ~500ms which is alot, so better to avoid that by doing a full screen game if possible).
Optional Issue. (Game can be completed without it)
Implementing the game to be played only with full screen. a simple menu can be used for quitting. This should be done coz resizing the screen to a small screen requires the whole drawing of the board (it costs ~500ms which is alot, so better to avoid that by doing a full screen game if possible).