Hi,
I have been looking around for plugins that can help me build the online multiplayer functionality in my game.
In my game players can battle eachother and execute “moves” on eachother, in a turnbased way. (something like a Pokémon battle)
I made a proof of concept in Photon Cloud and it works great! It has most of the things I need:
-Matchmaking
-Creation of rooms/battles for 2 players
-Sending events to other players in the room/battle
The only thing I miss is leaderboards… for that I would also need some kind of authentication to identify a unique user. Photon does not include such functionality
It is available in PlayFab but it has no API for Corona SDK.
Can anyone advise me how to implement such features? maybe with an extra plugin next to Photon Cloud?
Or any other multiplayer plugin that can do the same as Photon but adds leaderboards?
