As3城市模拟游戏引擎

发布于 2024-09-05 12:36:23 字数 472 浏览 3 评论 0原文

我计划创建一个类似于 SimCity 的 Flash AS3 游戏。或者类似 Facebook 游戏 Youtopiahttp://apps.facebook.com/you-topia/

任何好的 AS3 游戏引擎??我不打算创建多人游戏,只是单人游戏,玩家可以加载和拯救城市。玩家必须在一定期限内(比如20年)达到某个目标。此外,每个建筑物都有不同的尺寸(如 1x2、2x2),因此引擎必须检测哪个图块被占用。地图的大小为 10x10,所以我不需要担心性能。

我见过 Flixel,但游戏库看起来不太有希望。 Flashpunk 和 PushButton 看起来很有趣。 有什么建议吗?

I am planning to create a Flash AS3 game that is like SimCity. Or something like the Facebook game Youtopia. http://apps.facebook.com/you-topia/

Any good AS3 game engines?? I do not plan to create multiplayer games, just single player ones, and the player can load and save the city. The player has to meet a certain objective within a time limit (like 20 years). Also each building has different sizes (like 1x2, 2x2) so the engine must detect which tile is occupied. The map will be have a 10x10 size, so I don't need to worry about performance.

I have seen Flixel but the games gallery doesn't look so promising. Flashpunk and PushButton looks interesting.
Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

叹倦 2024-09-12 12:36:23

如果您真的想制作这么大的游戏,我建议您在其他引擎之上制作自己的引擎。
“游戏”并不是那么具体,所以我们可以拥有像 flixel 这样的游戏引擎。

我会看看这个http://code.google.com/p/as3isolib/
这是一个很好的 as3 等距库。

If you really want to make a game this big I would recommend you to make your own engine on top of other ones.
'Game' is not that specific so we can have game engines like flixel.

I would look at this http://code.google.com/p/as3isolib/
It is nice isometric library for as3.

誰認得朕 2024-09-12 12:36:23

也许Yogurt3D一定对你有帮助。他们声称无需安装任何插件即可创建浏览器内 3D 游戏。 Yogurt3D 的动画系统、模型格式、建模工具导出插件、场景层次结构和场景管理结构,以及从游戏开发人员的角度进行开发,使 Yogurt3D 成为 3D 游戏开发人员的强大工具。

http://www.yogurt3d.com

maybe Yogurt3D must be helpful for you. They claim it is possible to create in-browser 3D games without any plug-in installation. Its animation system, model formats, exporter plug-ins for modelling tools, scene hierarchy and scene management structure, and that it is developed with a game developer perspective, makes Yogurt3D a powerful tool for 3D game developers.

http://www.yogurt3d.com

海拔太高太耀眼 2024-09-12 12:36:23

Youtopia 是在被 Playdom/Disney 收购之前使用 PushButton Engine 编写的。

对于 Youtopia,他们从头开始推出了自己的等距库。

至于其他 Isometric 库,as3isolib 是一个很棒的库,即将推出的 IsoKit 也是如此 http://lunarraid.blogspot.com/2011/07/isokit-brief-history.html

Youtopia was written using PushButton Engine before it was acquired by Playdom/Disney.

For Youtopia, they rolled their own isometric library from scratch.

As for additional Isometric libraries, as3isolib is a fantastic library as is the up and coming IsoKit http://lunarraid.blogspot.com/2011/07/isokit-brief-history.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文