I have a very simple game: 4 peers and 1 host in a room, started by the peer. When all peers are connected, the host starts the game, All peers need to select either Y or X button within a timelimit.
The thing i do not seem to get working: how can I send the choices (Y or X) to the host and make the host calculate some outcome and send the score back to the peers?
Can anyone help me with how to send this global variable?