Main steps
Run TttCli class in terminal, to see, how it works in terminal using standard input and output:
and enter numbers of the cells.
Run TttNet in one terminal:
Check if server is listening, by runinng command in other terminal:
Check, how server part works with nc program as a client in other terminal:
and it should run in the same way as TttCli, with only difference,
that data are sent through the network socket.
When client part is implemented for TttNet class, it in another terminal:
it should work in the same way as TttCli, with only difference,
that data are sent through the network socket.
If necessary, check all Java processes runnig by command:
If necessary, application can be killed with command: