我可以在 Blackberry 上使用蓝牙来创建本地多人游戏吗?
我正在为黑莓开发一款游戏,我的任务是为其开发多人游戏。我一直在尝试进行研究并找出如何在黑莓上实现蓝牙,我想知道在回合制游戏上实现是否可行。另外,如果有人能给我一些资源或教程,我将不胜感激!
I'm developing a game for Blackberry, and I've been tasked with developing multiplayer for it. I've been trying to do research and find out how to implement bluetooth on Blackberries and I want to know if it's feasible to implement on a turn based game. Also, if anyone could give me some resources or tutorials to being with, that would be much appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这肯定会起作用。查看开发人员工具附带的蓝牙演示示例应用程序。它包含可让您使用蓝牙在两个设备之间进行通信的代码。
Yes, this would definitely work. Check out the BluetoothDemo sample app that comes with the developer tools. It contains code that lets you communicate between two devices using Bluetooth.