pollei / TicTacToe-java

TicTacToe game for SFCC CS141
GNU General Public License v3.0
0 stars 0 forks source link

SwingGame show winner/tie properly #2

Closed pollei closed 2 years ago

pollei commented 2 years ago

Properly show who the winner is : X or O. Make sure ties/draws are handled properly as well.

pollei commented 2 years ago

https://github.com/pollei/TicTacToe-java/commit/d9f7d6c307eb9538a93ee84b34e3cf62e3d653e7 closes issue