TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is playing games cross-platform possible?

2 点作者 RobDukarski大约 8 年前
Is it currently possible to &quot;build a means for games to be played cross-platform?&quot; From my understanding, currently people on PC can only play people on PC, Xbox with Xbox, PlayStation with PlayStation, etc. but common sense via a simple thought experiment dictates that if the multi-platform games transfer and use the same data via the same database then the players should be able to connect with and play together, such as players&#x27; locations on a map and any data associated with the players. If a player using an Xbox kills a player using a PlayStation the data would be the same and therefore the player on PlayStation would be dead for all connected players regardless of the game platform they use. Firebase can integrate with Unity so it seems obvious that my thought experiment is possible unless of course the platforms are locked so as to only connect with players of the same platform. I suspect they are not and the game should be able to bypass a hurdle like that, again by means of using a database. I&#x27;ve had that thought experiment for several years, since 2006 I believe, so my only thought with that is that if it was possible it would have been done by now. I also feel Amazon Lumberyard could have functionality built-in to allow for cross-platform play as well with their deep integration to AWS, and with their integration to Twitch it seems to me that it should currently be the engine of choice if someone was starting a cross-platform game from scratch...<p>Does anybody have any insight toward this simple thought experiment? Are the platforms locked? Could games bypass the lock simply using a &quot;single dataset?&quot;<p>Thanks in advance for your consideration of my curiosity!!

3 条评论

smt88大约 8 年前
You&#x27;re correct that the problem isn&#x27;t necessarily technical.<p>Historically, the problems have been cost effectiveness and legal restrictions. Things are slowly changing, though, even if it&#x27;s not necessarily reaching the big-name games.<p><a href="https:&#x2F;&#x2F;techcrunch.com&#x2F;2016&#x2F;03&#x2F;14&#x2F;xbox-live-now-supports-cross-platform-multiplayer-with-ps4&#x2F;" rel="nofollow">https:&#x2F;&#x2F;techcrunch.com&#x2F;2016&#x2F;03&#x2F;14&#x2F;xbox-live-now-supports-cro...</a><p><a href="https:&#x2F;&#x2F;www.giantbomb.com&#x2F;cross-platform-multiplayer&#x2F;3015-4183&#x2F;games&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.giantbomb.com&#x2F;cross-platform-multiplayer&#x2F;3015-41...</a><p><a href="http:&#x2F;&#x2F;www.mweb.co.za&#x2F;games&#x2F;view&#x2F;tabid&#x2F;4210&#x2F;Article&#x2F;27894&#x2F;All-the-cross-platform-games-of-2017-part-1.aspx" rel="nofollow">http:&#x2F;&#x2F;www.mweb.co.za&#x2F;games&#x2F;view&#x2F;tabid&#x2F;4210&#x2F;Article&#x2F;27894&#x2F;Al...</a>
detaro大约 8 年前
It has often been banned by console makers (currently it is allowed at least for XBox and PS4), but it is of course possible, and games supporting it exist.<p>For some genres it is easier than for others (e.g. shooters play quite differently with mouse and keyboard compared to controllers, and most of the time one side is going to be unhappy)
cjbprime大约 8 年前
Yes, it&#x27;s totally technically possible. I think that Minecraft has cross-platform networking, e.g. between PC and PS4.<p>For games like Overwatch, the reason for segregation is that PC players using a mouse and keyboard have a competitive advantage over players using console controllers. So they shouldn&#x27;t be in the same player pool.