Questions tagged [real-time-multiplayer]
41 questions
0
votes
0 answers
How to dynamically create rooms with socket.io and nodejs? Using Express server
I am pretty new with socket.io. I have a basic idea of how sockets work logically, but when it comes to the code I am a bit lost.
The Goal
I am creating a multiplayer game. I want users to be able to create a new game on the home page and use a…

Larry Schwall
- 23
- 4
0
votes
1 answer
How to run multiplayer flutter apps on multiple emulators in android studio?
How can I run a multiplayer flutter gaming app in multiple emulators in android studio at the same time?

Isurika Adikari
- 33
- 3
0
votes
1 answer
How to create a turn based manager in a board game using Photon in Unity with the dice?
The problem that I encountered is that when I set player 2's dice SetActive to False, it disappears for the player 1 as well since the PhotonTargets is set to All for the player tokens to move together. Below is the code how I attempted it. Do I…

Jisimni Josh
- 29
- 4
0
votes
1 answer
Can I deploy mini multiplayer game servers using socketio that runs only for 5 mins on Google Cloud Functions or Run?
I need to implement nodejs socketio multiplayer game servers. And these game servers run for only 5 mins when they are triggered. And my main question is:
Can I connect multiple users using socketio on the same Google Cloud Functions or Google Cloud…

lkhgvsuren
- 11
- 3
0
votes
0 answers
Understanding operations of the ConcurrentSkipListMap
I've been trying to understand how to implement a client-server system for a multiplayer game in Java. I'm now at the "Reconciliation" part, and thought using a ConcurrentSkipListMap might be the best data structure, but I've never messed with…

payne
- 4,691
- 8
- 37
- 85
0
votes
1 answer
multiplayer games using php empty file name?
Haii
So I want to make a multiplayer game on php and I adopted the randomly generated link method.
For example like the skribbl.io game which will, upon pressing “create private room”, create a random link for your friends to join…

Jhon
- 135
- 8
0
votes
1 answer
Which Gamelift instance should I use to handle 1 million players concurrently?
I am trying to understand how Gamelift works as I am totally a novice in Game development.
According to AWS, a Gamelift instance can handle up to 200 players per session but can also host several session in the same time.
Firstly, I'd like to…

John doe
- 3,680
- 7
- 31
- 65
0
votes
0 answers
Play Games - find nearby players custom UI
I'm using play Games RealTimeMultiplayer API in my game. At the moment, I'm trying to find nearby players, so the player can invite them to the game.
That's can be done via getSelectOpponentsIntent(). However, it launches a default player selection…

johnyX
- 101
- 1
- 7
-1
votes
1 answer
Does cloud servers access everywhere in the world
I made a game with unity. Now I am make it online with darkrift2, Darkrift gave me a server, I need to put it to rented cloud server. I want access hole world. Should I put the server to multiple locations for access all the world, which i don’t…
-1
votes
1 answer
What is CCU in photon Unity?
I can't understand Photo Engine CCU meaning and how to count it for my multiplayer game.
Can anyone Explain how photon count CCU.

MihirGorasiya
- 49
- 5
-3
votes
1 answer
How can I add the player to the room that has the most person but not full using Photon?
How can I add the player to the room that has the most person but not full using Photon, I'm working on a multiplayer game that using photon, I read the Photon's page documents but not seems to have any well detailed Infos, What I want is when the…

D YAY
- 19
- 5