In authoritative match should i implement my game logic in matchloop?

hi
i have turn base game and i wanted to know where should i implement my game logic ? in match loop ?

Hello @amirhoseinjfri,

Yes if your game is to be authoritative then you should implement your logic in the match loop. You can have a look at our nakama-project-template for a tic-tac-toe example implementation.

Hope you find this useful.