Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Turned Based Simple Card Game ( Online Multiplayer )

Discussion in 'Getting Started' started by igorcarlier, Sep 4, 2019.

  1. igorcarlier

    igorcarlier

    Joined:
    Sep 4, 2019
    Posts:
    1
    Hello everyone

    Can someone point me to some relevant tutorials for the project i'm working on ?

    Turned Based Simple Card Game ( Online Multiplayer )

    I want to make a game where people trade cards, like a Finance Game, very simple Math , but have to be online multiplayer , i'm thinking on adding good time gates for each Turn to make sure the online tasks get done error free.

    Any comment much appreciated.
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    You need to choose a network API, and find a tutorial specific to it. Unity's Unet API was deprecated over a year ago, and its replacement is in an alpha state with scant documentation, so a 3rd party API is probably the way to go at this time.

    See the Connected Games forum.