PC 上的类似 GameSalad 的工具

发布于 2024-09-12 02:22:38 字数 82 浏览 2 评论 0原文

有人知道像 PC 版 GameSalad 这样的工具吗?您无需编写脚本或任何内容,只需使用现有的行为和事件来创建自定义游戏逻辑?

谢谢

Anyone knows of a tool like GameSalad for PC in which you don't have to write scripts or anything but just use the existing behaviors and events to create custom game logic?

Thanks

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

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

发布评论

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

评论(8

清风挽心 2024-09-19 02:22:38

如果您正在寻找跨平台游戏构造函数,您可能需要尝试Flowlab,它在网络中运行浏览器。

If you are looking for a cross platform game constructor you might want to try Flowlab, which runs in a web browser.

浪漫之都 2024-09-19 02:22:38

Scirra 的 Construct 是一款免费、开源、拖放式游戏引擎。不过,有传言称他们将来会制作付费版本的《Construct》。

我只使用过Construct一次,所以我对它了解不多,但我对GameMaker了解很多。
只要您不尝试做一些复杂的事情,例如 3D 或 MMO 游戏(GameMaker 支持这两种游戏,但有很大的限制),我建议您使用它,特别是如果您刚刚开始。 GameMaker 即使不是最容易学习的编程语言,也是最容易学习的语言之一。它还教授良好的编程技能。正如我之前提到的,GameMaker 使用拖放功能,因此您可以轻松地从 D&D 过渡到 GameMaker 的编程方面。

正如上面的帖子中提到的,RPG Maker 是另一个流行的工具,但它仅限于 RPG 游戏,并且不允许您轻松过渡到实际的编程语言。它对你能做的事情也有很大的限制。

当您想要使用一些更高级的游戏引擎时,Blender 是一个用于创建 3D 游戏的绝佳工具。它还可以用来创建3D模块并具有创建动画电影的能力。

我以前从未使用过 PyGames,但 Python 是一门易于学习的语言,并且可能是从 D&D 程序过渡到编程语言的最佳方式。

*GameMaker 可以使用 DLL 扩展功能,Blender 可以使用 Python 扩展。

总而言之,GameMaker 是创建游戏的绝佳工具。 RPG Maker 和 Construct 是其他的可能性,但在我看来,它们不如 GameMaker。当您准备好摆脱拖放游戏引擎时,Blender、PyGames 和 GML(Game Maker Language - GameMaker 产品的高级部分)都是很棒的资源。

Construct from Scirra is a free, open-source, drag and drop, game engine. There is however talk of them making a paid version of Construct in the future.

I've only used Construct once, so I don't know that much about it, but i do know a lot about GameMaker.
As long as your not trying to do something complicated like a 3D or MMO game, (both of which GameMaker supports, but with major limitarions) I would recommend you use it, especially if your just starting out. GameMaker is one of the easiest if not the easiest programming language to learn. It also teaches good programming skills. As I mentioned before GameMaker uses drag and drop so you can easily transition from the D&D to the progeamming aspect of GameMaker.

As mentioned in the above posts RPG Maker is another popular tool , but it's limited to RPG games, and doesn't allow you to easily transition to an actual programming language. It's also very restrictive in what you can do.

When you feel like getting into some more advanced gaming engines, Blender is a great tool to use for creating 3D games. It can also be used to create 3D modules and has the ability to create animated movies.

I've never used PyGames before, but Python is a easy language to learn, and would probably be the best way to transition from a D&D program to a programming language.

*GameMaker can be extended in functionality with DLLs and Blender can be extended with Python.

So to summarize, GameMaker is a great tool for creating Games. RPG Maker and Construct are other possibilities, but from my view there not as good as GameMaker. when your ready to get out of Drag&Drop gaming engines Blender, PyGames, and GML(Game Maker Language - the advanced part of the GameMaker product) are all great resources.

☆獨立☆ 2024-09-19 02:22:38

PlayBits 的界面与 GameSalad 类似,可以使用您的 PC 为 Windows Phone 7 制作游戏。链接如下:http://www.playbits.com/?page_id=171

PlayBits has an interface similar to GameSalad and makes games for Windows Phone 7, using your PC. Here's the link: http://www.playbits.com/?page_id=171

别挽留 2024-09-19 02:22:38

RPG 制作者在这里您可以发现它是一个轻量级游戏引擎,但如果您聪明,您可以制作非常好的应用程序

RPG maker here you can find it is a light weight game engine but if you are clever you can make really good apps

许一世地老天荒 2024-09-19 02:22:38

在 iOS 游戏开发和使用 Windows 平台的移动开发方面,您可能需要看看这两个:

http:// www.giderosmobile.com

http://www.stencyl.com/

虽然我没有然而,我们使用了 Gideros 解决方案,它专门针对移动平台开发,如果您对传统编码方法感到满意,它看起来会是一个带有代码折叠和语法着色的整洁 UI。

Stencyl 是一个有趣的产品,它超出了 Gamesalad 的功能,并使用块隐喻进行编程,效果很好。

就我个人而言,我不会使用任何具有单一输出平台的工具,这就是我停止使用 Gamemaker 的原因(我知道它现在有一个 Macintosh 客户端,但应用程序的质量很糟糕,而且他们的播放器也很糟糕)也没什么好处。)

In terms of game development for iOS and Mobile development using the Windows platforms you might want to have a look at these two:

http://www.giderosmobile.com

and

http://www.stencyl.com/

Although I haven't, yet, used the Gideros solution, it's targeted specifically for Mobile platform development and has what looks to be a tidy UI with code folding and syntax coloring if you're comfortable with a traditional coding approach.

Stencyl is an interesting product, it sits beyond the capabilities of Gamesalad and uses a blocks metaphor for programming which works well.

Personally, I wouldn't use any tool that has a single platform for output, which is why I stopped using Gamemaker (I'm aware it now has a Macintosh client, but the quality of the application has been terrible and their player isn't much good either.)

随遇而安 2024-09-19 02:22:38

如果您正在寻找Windows 版GameSalad,您可能需要查看我们的HTML5 游戏引擎 Construct 2 其功能类似。

它还具有基于事件的系统,无需编程,并且还有广泛的免费版本可供您试用。

If you're looking for GameSalad for Windows you might want to check out our HTML5 game engine Construct 2 which functions in a similar way.

It's also got an event based system with no programming required, and there's an extensive free edition available for you to try out as well.

音栖息无 2024-09-19 02:22:38

您也可以使用 Yoyo Game 的 GameMaker:Studio

You can use Yoyo Game's GameMaker:Studio also.

[旋木] 2024-09-19 02:22:38

GameMaker 就是这样一种工具。

还有 The 3d Gamemaker,由制作其他快速游戏的同一个人制作- 游戏开发工具,如 DarkBasic。

GameMaker is one such tool.

There is also The 3d Gamemaker, by the same people who make other rapid-game-development tools like DarkBasic.

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