Creating Multiplayer Games with using LibGDX and NodeJS.
Learn how to turn you game into a client that can connect to a back end server and communicate with other clients via network sockets through the library Socket.IO. We will discuss the creation of both the back end server and the game client as well as connecting them together into a fully functional multiplayer game!
Source:
Github:
YouTube Channel:
Facebook:
Twitter:
@olaisola8154
08.09.2024Thank you for this tutorial. Please has anyone faced and possibly resolved issue with running multiple instances of the game as the video tutorial suggest. When I run the second instance, I have to close the first one before the second one can open up.I have enabled parallel run but still no joy. Your help will be highly appreciated. Thanks!
@user-nq9lt2ci2r
03.04.2024you are the best!
ARIFREYA
05.09.2023These tutorials are amazin
Raul Lopez Diaz
06.11.2022Thank you, Brent!
edbeeching
06.11.2022Thanks Brent, look forward to the next tutotial
Hallo123
06.11.2022For anyone experiencing trouble with typing text into android studio's console (related to windows 10), this fixed the issue for me: http://stackoverflow.com/questions/31954437/cant-type-into-android-studios-built-in-terminal
Stanislav
06.11.2022Awesome tutorials… please keep up making these.
kidabek
06.11.2022Awesome Tutorials! Thanks Brent!
Gigadrill Games
06.11.2022I'm getting /# + id is that fine?
BoomerUniverse
06.11.2022General Note: for anyone who the string part is not working for them, you most likely autoimported the useless (in this sense) Apache String instead of java.lang.string.
Артур Рожков
06.11.2022Its fantastyc, thank you
Bijan Farahani
06.11.2022I am able to run this fine on desktop and android, but the HTML5 version is not able to compile because socketIO does not have the required source code. Have they since updated to support this or do I have to use a different framework all together? Thanks for the help!
Naditha Gallella
06.11.2022wow dude these are really awesome tutorials………..thank dude
nickdnepr
06.11.2022It is awesome! Thank you very much!
Brian Salkas
06.11.2022For anyone else having trouble opening two games at once in Android Studio, you need to run your first DesktopLauncher with coverage, and the second one regulare.
javier barreras
06.11.2022do i build it for facebook game instatanme?