Network Task Client
Wits and Wagers - simple open-source game written on Java. Uses only standart libraries from Java 1.7.
Launch client from repository:
-
Copy to your laptop
-
Open project in eclipse and export it in Executable jar file
-
On Linux: java -jar client.jar, On windows - double click
Type in ip-address of the server and port - enjoy the game:)
P.S. This was only a student project, so it may have millions of bugs and not effective coding.