Turn-Based game

Options
Hey, I would like to know how could I establish a simple turn-based rule for my Photon game

Comments

  • Hi Nodgorod,

    you can take a first look at the turnbased memory demo from the Unity SDK. Download is over here. Try to understand what happens there and try to find a way to add turnbased logic to your game. If you have questions, feel free to ask.
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Nodgorod,

    As @Christian_Simon already stated, Memory Demo is a good start. You can find documentation here.
    There is also a PUN turn based demo RockPaperScissors, documentation will be available in the future but you should be able to understand how it works by looking at the source code.