/TicTacToe

Two player tictactoe java GUI game.

Primary LanguageJava

TicTacToe

Two player tictactoe java GUI game. Counts the amount of wins and ties, includes a reset board button and exit button. When determining a winner or a tie, the colours of the tiles will change accordingly (row/column/diagonal will be green if there's a win and the whole board will turn red when theres a tie)