Tic Tac Toe game which is console based using socket programming in java.
In this video, I explain about the program, how the server is running Tic Tac Toe game using socket programming to communicate between client and server.
Different players can connect to the server and play against each other
Clients connect through a simple chat application.
This program is uploaded to GCP instance, which will provide with a fixed IP to communicate.
Github: https://github.com/jeremysam3/Tic-Tac...