I understand how Colyseus allows players to receive updates to a single game state.
I want to know if there is something in Colyseus that allows me to send messages to certain players but not all of them via the state.
I am coding a trivia game with Colyseus. When a player submits an answer, I want to send the right answer to ONLY him, not all other players as well. Is this possible? Am I approaching this problem the wrong way?
Thanks