Very simple Java network?

Our school project is to build a multiplayer game. We have finished the game, the breakdown of light bikes (Tron), which are already two players. How can I change it so that it works between two computers? I did a little research on UDPClientand UDPServer. Do I need 3 computers to get this to work? 1 server and 2 clients?

+3
source share
1 answer

I suggest you look at this link: Java Networking Tutorial

0
source

All Articles