Hello Everyone,
Right now i want to start getting into Networking in pure java. I’d like to be able to create a 2d platformer that can connects to a server and can be joined by multiple clients. The problem is. I don’t know where to start. I can make the platformer no problem but when it comes to networking i’m stuck. Would anyone have any good material i could maybe look at or maybe some code i could try to read just to figure it all out. I can set up a basic enough server where it has a client connect to it and it sends a message back from the server. But i don’t know where to go from there.
Maybe someone with some knowledge in this area could help. Id like to be able to do it with no 3rd party libraries also.
Thanks
-GlennBrann