Results 1 to 5 of 5

Thread: Help with programming/making a homebrew nds game!!

                  
   
  1. #1

    NDS Help with programming/making a homebrew nds game!!

    ok, i want to start making a homebrew game for the nintendo ds, now is there a program to use, also can someone post a source file for a simple game they have made?

    please and thank you!!

  2. #2
    DCEmu Old Pro DanTheManMS's Avatar
    Join Date
    Oct 2006
    Posts
    1,946
    Rep Power
    77

    Default

    What programming languages do you currently know?

  3. #3
    DCEmu Newbie
    Join Date
    Apr 2008
    Posts
    1
    Rep Power
    0

    Default

    Quote Originally Posted by DanTheManMS View Post
    What programming languages do you currently know?
    I know Java

  4. #4
    DCEmu Old Pro DanTheManMS's Avatar
    Join Date
    Oct 2006
    Posts
    1,946
    Rep Power
    77

    Default

    There's a port of a few components of the Java runtime environment to the DS, but it's very limited.

    You'd be best off learning C++ and working with PC apps for a while before migrating to the DS, as most tutorials assume you have at least a basic understanding of C++ in the first place. You'd then want to work with DevKitARM and ndslib for making your projects.

    There's also PAlib which simplifies certain parts of DS coding, but it is strictly detested by the maintainer of DevKitARM and he does not recommend its use at all.

    If you're willing to settle for the GBA you could dabble in DragonBASIC, which is an implementation of BASIC for the GBA. I've tried using it, but my coding skills are pretty bad and the forum is dead. I made a simple image viewer application (greatly aided by a Java program I wrote and IrFanView for converting images, hehe).

  5. #5
    DCEmu Newbie
    Join Date
    Apr 2008
    Posts
    17
    Rep Power
    0

    Default

    I know HTML

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •