LibGDX Tutorial 10: Basic networking
Previous Part Table Of Contents Next Part We are going to look at networking for your LibGDX application. Networking in LibGDX is relatively primitive, supporting only socket communications. In many cases though, that’s more than enough. We are going to implement a very simple socket based chat application. The code is heavily commented, so […]