Skip to content

Tic Tac Toe is a classic two-player game that has been enjoyed by people of all ages for generations. The game is played on a 3x3 grid, where each player takes turns marking a cell with their symbol (typically X or O) until one player gets three in a row, either horizontally, vertically, or diagonally.

Notifications You must be signed in to change notification settings

Sarfaraz-Hussain/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TIC_TAC_TOE

Tic Tac Toe is a classical game where only 2 players can play the game.

Rules of the Game

  • The game is to be played between two people.
  • One of the player chooses ‘O’ and the other ‘X’ to mark their respective cells.
  • The game starts with one of the players and the game ends when one of the players has one whole row/ column/ diagonal filled with his/her respective character (‘O’ or ‘X’).

Demo of the Game

O wins


img

X wins


image2

Match Draw


image3

Deployment

To deploy this project run

mvn clean install
java -jar target/Tic_Tac_Toe-1.0-SNAPSHOT-shaded.jar

Tech Stack

JavaFX, Java17, Maven ## Deployment

To deploy this project run

mvn clean install
java -jar target/Tic_Tac_Toe-1.0-SNAPSHOT-shaded.jar

Tech Stack

JavaFX, Java17, Maven

About

Tic Tac Toe is a classic two-player game that has been enjoyed by people of all ages for generations. The game is played on a 3x3 grid, where each player takes turns marking a cell with their symbol (typically X or O) until one player gets three in a row, either horizontally, vertically, or diagonally.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages