Is it possibile to make an Online Multiplayer Game?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By nicolausaugusto

I’ve read the documentation about High level multiplayer, and played around with some templates/examples I’ve found on the internet. But each example uses the localhost ip to host/join a game.
I wonder if it is possible to actual host a game with my own ip adress and let some friends connect to this IP, maybe getting Ip and port with an HTTPRequest and a list.

:bust_in_silhouette: Reply From: Maksanty

Yes, You can. In Godot documentation find UPNP class, it should be all you need

Thank you very much!
I’ll try to make something up and see if it works as I think. If so , I’ll share my whole project.

nicolausaugusto | 2019-04-22 10:24