C ++ to create a game for Nintendo DS

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

I was wondering if I could get a guide or help in programming it. Since I have no idea how this works and how to do the upload to DS.

Thanks ~

+3
source share
2 answers

I suggest getting an nds flash card, for example cycloDS (for DS) or R4i (for DSi). Here's how you can run your creations on the device itself.

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

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

+5
source

, , turtorials...

0

Source: https://habr.com/ru/post/1795557/


All Articles