We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 months ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
经过更多挖掘,我发现两个似乎相当成熟的项目: IWOR 和 RealTimeBattle,两者都基于简单的消息系统,让机器人与控制战斗的服务器进行通信。
这意味着您可以用任何您想要的语言实现机器人,只要它可以支持套接字(对于 IWOR)或 stdin/stdout(对于 RTB)。
After more digging, I have found two projects that seems to be fairly mature: IWOR and RealTimeBattle, which both are based on simple messaging systems for the robots to communicate with a server that controls the battle.
This means you can implement a robot in any language you want, as long as it can support sockets (for IWOR) or stdin/stdout (for RTB).
Robocode 很快就会支持 .NET 。 JVM 的其他语言也有很大的潜力。
Robocode will become .NET enabled soon. And there is good potential for other languages for JVM.