I want to create a multiplayer android game, where the clients connect together via a web server.
My question is: Is it possible to make this kind of games using Android Studio with other libraries like LibGDX and Java sockets?
I want to create a multiplayer android game, where the clients connect together via a web server. My question is: Is it possible to make this kind of games using Android Studio with other libraries like LibGDX and Java sockets? |
|||||
|
Of course! You can make multiplayer game with Android Studio, you can utilize Firebase too if you don't have any online server to manage peer connection. Library for managing peer connection: |
|||||||||
|