You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tic-tac-toe (American English), noughts and crosses (British English), or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game Read More
About Tic Tac Toe Project Developement (IntelliJ IDEA)
This project was developed using Intellij IDE and same uploaded.
Project is organised using package
This project can be run on anoter IDE or Traditional JDk as well. Just matter of Copying of actuall folder under src folder of IntelliJ IDE and paste to your choice of IDE project root directory and you are ready to run app.
Instruction
On launch of Program 3*3 Tic Tac Toe GUI Bord is displayed
Any Player can start the game
If player click on same cell of Board, message dialog will be displayed saying Player already there. So Player need to mark at an empty cell of board.
$. System will prompt you syaing winner/Tie
Tic-tac-toe (American English), noughts and crosses (British English), or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game