Turn based multiplayer like "Words with friends"

Options

I want to use Photon and Unity for a turnbased game similiar to "Words with friends". I.e. I need for players to be able to send "invite request" to other players that may or may not be offline. So that they can within a timefram accept and then off course go back and forth until the game is done.

Is this possible with Photon?

Thanks in advance!

Answers

  • Tobias
    Options

    To reach some friend who is offline (or not), look up push notifications. You likely want to book some service to handle this for you. Photon does not offer it.

    You only need the invitation to carry the room name and region. This is the minimum needed. Then you can connect and use JoinOrCreateRoom(name)...