ios - Google Play 游戏服务 - 使用 AutoMatch 的最大玩家数量

标签 ios real-time multiplayer google-play-games

我正在使用 Google Play 游戏服务在 iOS 上创建实时多人游戏。我的东西运行正常,但唯一的问题是,如果我将房间的最小玩家数设置为大于 7,它就找不到任何玩家。如果我将其设置为 7,它就可以正常工作。大于7,配对时不显示任何玩家。 Google Play 游戏服务中的实时比赛是否有最大玩家人数限制?我的比赛要求 8 对 8 队中总共有 16 名球员。

最佳答案

目前,实时多人游戏房间的最大玩家人数限制为 8 人。 (来源:https://developers.google.com/games/services/common/concepts/realtimeMultiplayer)

该限制包括发起比赛的玩家,这意味着最多可以向房间添加 7 名额外玩家。

关于ios - Google Play 游戏服务 - 使用 AutoMatch 的最大玩家数量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26582347/

相关文章:

client-server - 与多个客户端的实时协作如何在使用中央服务器的操作转换的系统中工作?

c++ - 使用 MVC 模式避免多人游戏和重播中的同步问题的提示

android - Google Play 游戏服务 : socket-based messaging

ios - 在 WatchKit (Apple Watch) 中设置系统以外的字体

iphone - iOS XCode native vs PhoneGap 的开发速度

javascript - 图像意外地未在 React Native 教程中渲染

java - 这是 "better"。 AtomicIntegerArray(1/0 为真/假)与 AtomicBoolean[]?

linux - 如何在 Linux 中获得最准确的实时周期性中断?

python - Twisted/Amp 网络 : Respond to all clients, 不仅仅是一个发出请求的人

ios - 出现键盘时调整 UITextView 的大小