Search Unity

Quiz application

Discussion in 'Multiplayer' started by kovacsakos, Apr 7, 2017.

  1. kovacsakos

    kovacsakos

    Joined:
    Apr 4, 2017
    Posts:
    1
    I try to make a game, where question has to appear immediately in application after sending to standard users.
    There are two types of users in this case, privileged who can send answers to another users.
    I checked out some GitHub repositories, but couldn't find a similar solution. I have found really nice templates for quiz games, but logic for network communication is I would like to investigate the technical part, how it works, how should I implement this.