This teeny little headache was the first assignment for 6th semester Parallel Processing, and is meant to demonstrate some of the fundamentals of thread communication, monitors, synchronization, and locks through the use of Java Object
's wait()
, notify()
, and notifyAll()
.
client: [number of players]
(e.g. 2)
server: [ip address] [port number]
(e.g. 127.0.0.1 61013)