Need help with my multiplayer card game.

Hi, I’m creating a multiplayer card game, I’ve done all the systems and I just need to do the multiplayer one.

I’ll explain a bit hoy the game works…

  • There are 4 players (2 players per team) and the teams are facing diagonally (Team 1: player1 + player3. Team 2: player2 + player4).
  • After all the players have put a card on the table (There will be 4 cards on the table), the round needs to be finished and something (wich I don’t know what) needs to evaluate the cards on the table and communicate all the players who won that round.

Sorry for my bad english, I hope I explained it well enough for you to understand.
Thanks guys!! :smile:

What do you need to know exactly? I suggest to start reading the UNET Manual and at least give the NetworkManager a try before asking about these sort of open-ended questions!

I’ll read it! Thanks :smile: