- Joined
- Jul 5, 2009
- Messages
- 724
- Reaction score
- 111
- Trophies
- 1
- Age
- 29
- Location
- North Carolina
- XP
- 457
- Country

Okay, so I want to make an awesome homebrew game, but I have no Idea on how to do so. What is the easiest way to make one?



1: Learn C/C++ ---> Important, but not necessary if you haven't got a talent for coding. There are ready tools for very basic development such as DSGM and DS App Studio, worth checking out if you are not familiar with programming and do not wish to get familiar with it.
2: Look through libnds examples ---> While libnds will take you the furthest, there are also nice wrappers available for it that will make development of games and applications easier, such as the now discontinued PAlib (not recommended due to the fact it's outdated) or NightFox Lib, they're worth checking out.
3: Make your own minigames based on what you learned from the examples ---> Very true. Before asking a cascade of questions it's worth to look through examples available for the lib and wrappers, it's very likely that you will find your answer there.
4: Think out your project (since you say it's awesome), design it (graphically and structurally), etc ---> Pen and Paper does wonders. Imagination is one thing, laying things out on a very limited, small screen is another thing. Keep that in mind and draw. Alot.
5: Write your code ---> ...and keep plenty of its revisions on your drive in case something screws up mid-way through development.


