Question: Please help me with the issue below. Please create a java program that will fit the needs below. We want to develop a Tic-Tac-Toe game
Please help me with the issue below. Please create a java program that will fit the needs below.
We want to develop a Tic-Tac-Toe game server, where, two client machines will connect to it and then start playing.
Based on Tic-Tac-Toe http://www.progressivejava.net/2012/11/How-to-make-a-Tic-Tac-Toe-game-in-Java.html
Your task is to distribute the work with two players following the given rules:
- Two players can be playing from two different machines; - The current board can be shown in the Server or sent to the client (or both); - The client requests should be sent by the Client machines (one for axes one for knots); - The structure of the classes should be kept, but you can change the code;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
