Hi,
I want to create a turn-based multiplayer game (like Poker).
In this case, players don’t share the same view → Each player sees his cards and the board.
How can I do that, please?
I tried to send each player to a different scene but it didn’t work.
Now I am trying to send each player on a different layer. But it means replicating the layers by the number of players I have (and the objects if they are selectable for example, some global variables, etc). Is it the only way?
Many thanks.