哪里有Java小程序游戏入口?
我已经开始制作一些在浏览器中运行的小型 Java 游戏,并找到了几个可以托管的游戏门户(GameJolt.com、JavaGameTomb.com 和 Games4j.com)。我发现大多数其他门户网站要么只允许 Flash,要么提供游戏下载。
除了上述门户之外,还有哪些其他门户允许托管小程序?
I have started making some small Java games that run in a browser and have found a couple of game portals where I can host then (GameJolt.com, JavaGameTomb.com and Games4j.com). Most of the other portals I find either only allow Flash or offer the games for download.
Apart from those above, what other portals exist that allow hosting applets?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据我的经验,Sun 似乎不像以前那样支持 Applet,而是更喜欢 Java Web Start。我对小程序的体验并不理想,其他人也遇到了问题,特别是在较新版本的 Windows 中。我认为这可能是您在查找小程序托管站点时遇到问题的很大一部分原因。然而,对于富客户端来说,我认为Java是一个优秀的开发系统。
只是我的2分钱。
In my experience, it seems that Sun is not supporting Applets as much as it used to, instead preferring Java Web Start. My experience with applets has not been ideal, and others have had problems with it as well, especially in newer versions of Windows. I think that is probably a large part of the reason you are having problems finding applet hosting sites. However, for rich clients, I think Java is an excellent development system.
Just my 2 cents.