如何用 C++ 编写 RPG 游戏 与 SDL?

发布于 2024-07-15 21:43:55 字数 225 浏览 8 评论 0 原文

我想知道如何使用 SDL 用 C++ 编写 2D RPG 游戏。

我已经搜索过,但找不到任何好的东西。 很多文章都太基础了,没有深入探讨任何实用的东西。 谁能帮我提供一些文章、免费书籍或其他资源,以便我学习如何使用 C++ 和 SDL 编写 RPG 程序?

编辑:

我不需要 SDL 的文档。 我正在使用 SDL 编写 RPG 游戏,我需要一些示例来帮助我完成此任务。

I want to know how to program a 2D RPG game in C++ with SDL.

I have searched, but was unable to find anything good. Many of the articles were too basic and didn't delve into anything practical. Can anyone help give me some articles, free books or other resources so I can learn how to program a RPG using C++ and SDL?

EDIT:

I don't need documentation of SDL. I'm programming a RPG Game with SDL, and I need some examples that help me in this task.

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

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

发布评论

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

评论(5

漫漫岁月 2024-07-22 21:43:55

您是否有过于简单的文章示例?

这些是否太简单了:devshedgpwiki

您可以考虑单独研究这些主题。 例如,Bruce Eckels 在我看来是最好的 C++ 书籍,“Thinking in C++ I & II”,它将带您从新手到专家(包括单元测试等 SQA 技术),并且可以在 免费。

我发现 C++ 是一个严酷的情妇,如果你没有为该语言做好准备,不特定于“SDL 和游戏”的教程会有很大帮助 - 对于任何其他高级库、工具包等都是如此。

Do you have examples of articles that are too simple?

Are these too simple: devshed or gpwiki ?

You might consider studying the topics separately. For example Bruce Eckels has, IMO, the best C++ books, "Thinking in C++ I & II" that will take you from novice to expert (including SQA techniques like unit testing) and they are available for free.

I've found that C++ is a harsh mistress and if you aren't prepared for the language, no tutorial specific to 'SDL and Games' will help much - this is true for any other advanced libraries, toolkits, etc.

维持三分热 2024-07-22 21:43:55

编写 RPG 游戏与编写任何其他游戏没有任何不同。

如果您了解角色扮演游戏并且对自己想要做什么有一个完整的想法,那么您将使用与开发任何游戏相同的技术。

谷歌是你的朋友,用它来进行研究以获得你需要的技能。

Programming an RPG game isn't any different than programming any other game.

If you understand RPG's and you have a fully formed idea of what you want to do, then you use the same techniques that you would use working on any game.

Google is your friend here, use it to do the research to gain the skills you need.

权谋诡计 2024-07-22 21:43:55

您尝试过 gamedev.net 吗? 他们有适合所有能力水平的文章和教程,以及充满了乐于助人的人的活跃论坛。

Have you tried gamedev.net? They have articles and tutorials for all ability levels, as well as active forums filled with helpful people.

浅蓝的眸勾画不出的柔情 2024-07-22 21:43:55

您可以找到一个教程,向您展示如何使用 ActionScript 创建冒险游戏 此处。 虽然它与 SDL/C++ 无关,但一般概念应该很容易移植,或者至少让您知道从哪里开始。

替代文字

You can find a tutorial that shows you how to create an adventure game using ActionScript here. While it is not SDL/C++ related, the general concepts should be easy to port across, or at the very least give you some idea on where to start.

alt text

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