Android 游戏本地多人实现

Android game local multiplayer implementation

我在 Android Studio 中制作了一个简单的 2d 游戏(玩家射击、宝箱、敌人生成等等......)作为一个学校项目。我已经对不同的多人游戏选项进行了一些研究,但我无法真正决定选择哪个,因为我想要一个干净、快速且不太复杂的解决方案。我想用一个设备作为主机使用 wifi direct 或蓝牙实现本地多人游戏会更容易。任何帮助将非常感激!谢谢!

嗯,我有一些网站,你可以访问它来了解如何创建多人游戏,

  1. https://www.youtube.com/watch?v=nj-trslVFPc(展示了如何使用 firebase 创建多人游戏)

  2. https://gamedev.stackexchange.com/questions/136583/can-i-make-a-multiplayer-android-game-using-android-studio(它包含可用于创建游戏的模块和库列表)

  3. 我建议您使用 Android 提供的 Real-time Multiplayer 支持,但现在已贬值。不过你可以看看https://developers.google.com/games/services/android/realtimeMultiplayer