Requirements The application implementation should consist of client implementation and server implementation. The input
Posted: Sat May 14, 2022 4:06 pm
Requirements The application implementation should consist of client implementation and server implementation. The input and output of the game should be through the console of Eclipse IDE. Server 1. There should be only one server that is running to handle multiple session of the game. 2. In one session, the server should only allow TWO (2) client applications to connect. 3. The server should have AT LEAST FIVE (5) features. 4. When two clients are connected in one session, it should start the game. 5. Any commands made by the client should be handled by the server. Client 1. The client should have AT LEAST FIVE (5) features. 2. Each client will send its command to the server.