What to Use

Options
Hi,

I am programming a Turn Based game and I am not sure which SDK I have to download.
The game is like a Blood bowl. Each team makes his moves and send it to the other client to replicate. The Logic is in every client. So the server wont be authoritative. The server is supposed to allow the clients to enter a lobby and with a MatchMaking script start a 1 vs 1 game in a separated room.
I was using the PUN sdk but I am wondering if I need the TurnBased SDK also, or maybe just the Turnbased (The game is programmed in Unity 5).
Thank you in advance.

Comments

  • Tobias
    Options
    You don't have to switch, unless you want to persist the game when both players leave, so they can continue later on.
    PUN is capable to send turns. It actually uses the same workflow for everything. It just doesn't support Re-Joining a persisted room yet.