Connect to game server

Hi all! I am creating an online card game (like gwent but different) for android. However, I ran into one problem. How to connect your project and the server (which stores textures and other things for the game) :sweat_smile: Thank you all in advance.

You can do network request in Defold using http.request:

1 Like