I am making a tile based board game and want to know what I should use for multiplayer managing and tile pieces . I use a game mode to setup the game and control the rules however I do not know what I should use to control the remaining tiles, what tile to give the player and placing the tiles. I have a map in the game mode which contains the amount of each tile type and I have a grid system but should I control the grid and pieces in the game mode or something else?
Also how do I spawn the players and allow all players to control/effect the same grid or game?