Name | Modified | Size | Downloads / Week |
---|---|---|---|
Server | 2012-07-27 | ||
Client | 2012-07-27 | ||
README.txt | 2012-07-27 | 498 Bytes | |
Totals: 3 Items | 498 Bytes | 0 |
Hello and welcome to TCP Java Games! There are sides to this project, the server and the client. The server listens for connections and facilitates communication between clients. The server also holds all the games which are going on, allowing the data to be stored off the client machine. The client connects to the server, and from there communcates with other clients also connected to the server. In each section you will find the source files as well as the compiled .jar file. Have fun!