Re: Game Center Multi-Player Question


Quincey Morris
 

On Jul 18, 2017, at 02:37 , Dave <dave@...> wrote:

I’m not quite sure how I would go about implementing the AI’s though, this is a turn based board game and as far as I can see, only “Real” players get a Move

You could have each real player device calculate the following AI move(s), and pass multiple moves to the next real player. Or, if you have a single “server” device, the turn can bounce back to that device whenever it’s the AI’s turn to play.

Join cocoa@apple-dev.groups.io to automatically receive all group messages.