In regards to applet games and UDP
- by Tom Steinberg
I've got about a year in Java experience, and would like to set up a server and client for an applet game. However, there doesn't appear to be any tutorials out there on anything like I want to use.
I would the server to be able to store an array of x and y coordinates with a player name somehow associated to them, and send them to multiple…