Sign In Register

How can we help you today?

Start a new topic
Answered

Multiplayer match with AI

i have a turn based game like poker. i want to start my match with one player and 3 AI players. 


1. Multiplayer/Match definition will not accept minimum 1 player. 

2. i want to add other next players to the created room with one player. 


how can i do these?


Best Answer

Hi Ufuk,


Just updating your forum post to let you know this is being handled in your ticket.


Thanks,

Liam


Answer

Hi Ufuk,


Just updating your forum post to let you know this is being handled in your ticket.


Thanks,

Liam

Thanks. You can set this as answered.

I have almost the same question. So please post the answer here so that everyone can see.


Thanks

It is not possible to start a match with single player with the current system. I implemented my own matchmaking events on GameSparks. It is easy to coding it. Use db to save requests, use scheduler to wait other requests and use Spark.lock to process requests.

Ok but that is probably for the turn by turn match. I am trying to implement realtime match between 20 players. Is it possible by your method??

Now i am working on my turn based game. Soon i will work on my other RT game. i can check and write here.

Ok thanks. :)

I'm stuck on trying to get realtime to work with matches that allow AI

Login to post a comment