This project is, evidently, no longer maintained. I have had great fun developing this little game and learning along the way, but it just became too much.
Please click on this link to find out more about the problems of this project, both technical and not.
DS-Craft is a Minecraft demake for Nintendo DS written in C and C++ inspired by Paper Minecraft.
Since this game uses submodules, you should clone it like this:
git clone https://github.com/IAmMoltony/ds-craft --recurse-submodules
Or if you already cloned it without --recurse-submodules
, then run this in the
repo folder:
git submodule update --init --recursive
See BUILD.md.
To generate documentation, you need Doxygen.
Once you're ready, pull up your terminal, go to the root of the project and run
doxygen
. You can use Doxywizard too, if you like.
This game is licensed under MIT license. Please see LICENSE for more info.
Mojang - textures, font and sounds
libNDS examples - a lot of lower-level code
This tutorial - logo creation