Skip to content

polasomeshwar/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe

Tic-Tac-Toe Game is a very popular game played by two participants on the grid of n x n .In our game it is 4 x 4 . A special symbol (X or O) is assigned to each participant to indicate that the slot is covered by the respective participant. The winner of the game is the participant who first cover a horizontal, vertical or diagonal row of the board having only their symbols. This project proposed a platform for playing Tic-Tac-Toe game with 2 players and allow them to communicate through a messaging tab in the GUI application. This program is designed based on client-server model. Server allows two players in which client 1 acts as player 1 and client 2 acts as player 2.The players can mark their own choices.Server uses TTTP to check whether there is a winner or not based on the current status of the tic-tac-toe board , and is also responsible for maintaining communication between the two players.The contribution of this work is to design a GUI based 4x4 Tic-Tac-Toe game in which players can also communicate between themselves.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages