Hi everyone, I’m developping anetwork game and I’m considering adding a multiplayer game, the proble is that I don’t know how to mae a good network in Java…
What I want is to share objects from the server to the clients avoiding the use of files, is this possible?
Any sample of code?
Thanks
See ya