Forwarding data from player to another for a multiplayer card game
M
Mohamad Hindi
started a topic
over 6 years ago
Hi there,
I read the tic tac toe and hearthstone tutorial. Still I have one issue I didnt' figure out how to solve it.
In my card game, a player can player a card more than once. Each time P1 moves a card, P2 device should see the card movement. So it's a real time game not like tic tac toe.
My issue is, how can i direclty forward an integer from P1 device to P2 device? I mean if P1 device moves a card, I need an event to forward an int number to server ( i understood i can save data as scriptdata in the challenge), but how can unity in P2 device receive this int without pressing any button ?
Thank you and I am looking forward for your reply.
Mohamad Hindi
Hi there,
I read the tic tac toe and hearthstone tutorial. Still I have one issue I didnt' figure out how to solve it.
In my card game, a player can player a card more than once. Each time P1 moves a card, P2 device should see the card movement. So it's a real time game not like tic tac toe.
My issue is, how can i direclty forward an integer from P1 device to P2 device? I mean if P1 device moves a card, I need an event to forward an int number to server ( i understood i can save data as scriptdata in the challenge), but how can unity in P2 device receive this int without pressing any button ?
Thank you and I am looking forward for your reply.
Best,
Mohamad
Hi Mohamad,
This is being dealt with via the ticket system.
Thanks,
Liam
Customer Support
Hi Mohamad,
This is being dealt with via the ticket system.
Thanks,
Liam
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics