Skip to content

devesha01/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tic_tac_toe

Introduction This project is a basic implementation of the Tic-Tac-Toe game in Java. It utilizes the Swing library for the graphical user interface. Features Simple and intuitive GUI. Two players can take turns playing 'X' and 'O.' The game automatically detects a winner or a tie. How to Play Launch the game. The game window will appear, featuring a 3x3 grid of buttons. Two players can take turns clicking on the buttons to place their respective symbols ('X' or 'O'). The game will automatically detect a winner or a tie and display a message accordingly. Game Rules A player wins by aligning three of their symbols in a row (horizontally, vertically, or diagonally). The game ends in a tie if no player achieves three in a row and the board is full.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages