TCP Java Games
A program to play games through a server with other users.
TCP Java Games is a project aimed at creating a server to which users can connect and play games with each other. At the moment, only checkers exists but the project will be expanded to include other games as well.
The project consists of a server which hosts the games and which each user connects to, and a client which connects to the server.