windows C++ 为 Nintendo DS 创建游戏

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5158117/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 16:18:14  来源:igfitidea点击:

C++ to create a Game for Nintendo DS

c++windowsnintendo-ds

提问by Kazuma

Well, I'm trying to do a small game for DS-DSi in C++. Just for fun and feel happy.

好吧,我正在尝试用 C++ 为 DS-DSi 做一个小游戏。只是为了好玩和开心。

I was wondering if there is any guide or I could get some help with getting started. I have no clue how it works or how to make it boot on the DS.

我想知道是否有任何指南或者我可以获得一些入门帮助。我不知道它是如何工作的,也不知道如何让它在 DS 上启动。

Thanks~

谢谢~

采纳答案by Loktar

I suggest getting a nds flash cart, like the cycloDS(for the DS) or an R4i(for the DSi). Thats how you can run your creations on the actual device.

我建议购买 nds 闪存车,例如cycloDS(用于 DS)或R4i(用于 DSi)。这就是您如何在实际设备上运行您的作品。

Here is a good list of tutorials starting from the beginning (setting up your environment, getting the armKit etc) on DS development.

这里有一份很好的 DS 开发教程列表(设置环境、获取 armKit 等)。

http://dev-scene.com/NDS/Tutorials

http://dev-scene.com/NDS/Tutorials