Question: JAVAFX PROGRAM Write a program that will allow two users to play a game of tic-tac-toe. The game area should consist of nine buttons for
JAVAFX PROGRAM

Write a program that will allow two users to play a game of tic-tac-toe. The game area should consist of nine buttons for the play area, a reset button, and a label that will display the current player's turn. When the program starts, the game area buttons should have no values in them (i.e. they should be blank) When player one clicks on a game area button, the button should get the value X. When player two clicks a button, the button should get the value O. Each time a player clicks on a button in the game area, the label displaying the current player's turn should toggle to the other player (i.e. it should change from Playerl to Player2 or vice versa). When the reset button is clicked, all of the game area buttons should be returned to the blank state and the current player's turn should be set to Playerl
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
