question

Dima avatar image
Dima asked

Corona - Multiplayer Game Server

Hey there,

we have a Corona project and need a custom game server that provides game logic for clients. We want to use the Playfab Multiplayer service for that.

Is there some kind of tutorial for Corona devs how to setup a game server and how to build the connectivity between a Corona project in Lua and the server?

We read the documentation, but it's kinda hard to understand.
I would appreciate any help to get started setting that up.

Thank you very much!

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

Currently there are no tutorials for Corona devs on game server setup from the side of PlayFab. And, since PlayFab Game Server SDK (GSDK) is provided in C++, C#, and Java versions, you may need to use one of these languages to implement your game server. I believe this sample project, although developed using Unity, may serve as starting point for you to build your own game server, you can take a closer look.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Dima avatar image Dima commented ·

Ok thanks.

A Corona tutorial would be very appreciated for the future.

0 Likes 0 ·
Citrus Yan avatar image Citrus Yan Dima commented ·

You can make a feature request about it to help us improve the doc:)

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.