Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ to create a Game for Nintendo DS [closed]

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

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.

Thanks~

like image 979
Kazuma Avatar asked Mar 01 '11 17:03

Kazuma


1 Answers

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.

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

Tutorial: https://web.archive.org/web/20111219201907/http://dev-scene.com/NDS/Tutorials

like image 172
Loktar Avatar answered Sep 23 '22 04:09

Loktar