Back to Browse

Sending coordinates between 2 players over a network in Java - PART 01

6.6K views
May 2, 2018
23:46

In this tutorial, we learn how to create a Java application that runs on a network. Each player connected to the server will have a sprite that they can move using the arrow keys. When a player moves in their console, their sprite moves in the other player's console as well. In part 01, we first set up the GUI and the key listener that will allow us to move our character using the arrow keys. Twitter: https://twitter.com/choobtorials

Download

1 formats

Video Formats

360pmp428.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Sending coordinates between 2 players over a network in Java - PART 01 | NatokHD