Posted By: wraggster
News/release from ThousandKnives
I thought I would post the project I've been working on here. It's just a port of a game I did for a 72-hour competition about 4 years ago. But, I thought it would make a good project to start with to learn how to program for DS.
I started from the DevKitPro template and used LibNDS. It should run on any emulator or actual hardware. It's written in C++. Graphics are mostly by my partners from the competition Jawsh and Pegwo. I had to do a lot of working with them to get it to fit on the DS screen, and added a bunch of new graphics (mostly background tiles). Maps were made using Tiled and a custom program I wrote to convert XML to C headers.
Missing features:
-Saving high scores
-Arm7 sound handler
-Multiple scrolling backgrounds
Although I note these missing features, I pretty much consider this "finished" and will probably move on to another project at this point, but I would appreciate any feedback.
Download and Give Feedback Via Comments