May 2018
Intermediate to advanced
328 pages
8h 15m
English
Write a client-server application that can be used for playing the Fizz-Buzz game. The client sends numbers to the server that answer back with fizz, buzz, fizz-buzz, or the number itself, according to the game rules. Communication between the client and the server must be done over TCP. The server should run indefinitely. The client should run as long as the user enters numbers between 1 and 99.
Fizz-Buzz is a game for children, intended to teach them arithmetic division. A player must say a number and another player should answer with:
Read now
Unlock full access