@ -88,7 +88,7 @@ public class TicTacToeGame extends JPanel {
}
turns++;
if(turns >= playFieldSize) {
if(turns > playFieldSize) {
JOptionPane.showMessageDialog(getParent(),"Draw!");
scoreboard.addPoint(0);
resetGame();