Question
The goal of this assignment is to develop a Tic-Tac-Toe game using the JavaFX FXML. The requirements I mention is just the base, please use
The goal of this assignment is to develop a Tic-Tac-Toe game using the JavaFX FXML. The requirements I mention is just the base, please use creativity, you are not limited to these requirements.
1) Your game is going to have at least 2 Scenes, Login Scene and GamePlay Scene.
2) You will have 2 fxml files and 2 controller classes.
3) In the Login Scene, it is sufficient to learn the Names of the Players
4) You will then load the GameScene with the Player Names updated on the GameBoard.
5) The game starts by clicking the "Start" button and "Start" button is disabled until the game finishes. The name of the player who is going to play is displayed in a different color to emphasize.
6) The players uses different symbols and play the game one by one.
7) At each turn, you need to check if there are any spots left or if there is a winner. If so, should prompt it.
8) Count the number of times each player wins and update the Game Scene.
My TicTacToe Player 1 Name Blue Player 2 Name Red Start Cancel My TicTacToe Player 1 Name Blue Player 2 Name Red Start Cancel
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started