I am new to online multipayer and Nakama. Is there any demo of Turn Based Game apart from Jolly Rogers?

Hello Everyone,

I am new to online multipayer and Nakama, working on Turn Based Online Multiplayer Game. I have busted my head around this documentation but not able to get any of it and there is nothing available on the internet apart from documentation. Is there any demo of Turn Based Game apart from Jolly Rogers ? Please help, I am on very short deadline. Anything , any demo and lead , link. Please ? Thanks in advance.

@amitkumbhar14 We don’t have more example games yet but its something we’d like to improve over time and get help from the community.

In terms of how to build turn-based multiplayer games you could have a look at the online parties feature we built on top of the authoritative multiplayer engine in the game server. It demonstrates all the patterns you need to build most kinds of server-authoritative games:

https://github.com/heroiclabs/nakama-unreal/tree/master/online_party_system

Hope this helps.