danishkhanbx / Tic-Tac-Toe

The Java frame includes 12 buttons and 1 result screen. Nine buttons are allocated to play the game, and a button each resetting and exiting the game. The last button will show who won the previous round, X or O. Random function will generate a turn(X||O). When one player wins, all the buttons will be disabled. The Winner will be stored in the Previous.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe

1. Start: Random will generate turn(X||O)
Tic1


2. When one player wins all the buttons will be disabled-> Click the Reset button to restart the game. The Winner will be stored in the Previous.
Tic2


3. Click the previous button to show who won the last round.
Tic3

About

The Java frame includes 12 buttons and 1 result screen. Nine buttons are allocated to play the game, and a button each resetting and exiting the game. The last button will show who won the previous round, X or O. Random function will generate a turn(X||O). When one player wins, all the buttons will be disabled. The Winner will be stored in the Previous.


Languages

Language:Java 100.0%