You can find the client counterpart to this here: https://github.com/JosePedroDias/nakama-tictactoe-client
tictactoe_match
RPC (responsible for querying for open matches of this kind, creating one if none were found)tictactoe_kill
RPC (auxiliary RPC which kills of matches of this kind) ~> disabledtictactoe
(authoritative match implementation)[match.go]. expects 2 players to join
see logic.go
see messages.go