Thank you @endel for the quick reply, this is exactly what I was looking for. I should've found it in the documentation.
Posts made by funkmeisterb
RE: Send a message to a single player?
posted in Questions & Help •
Send a message to a single player?
posted in Questions & Help •
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