This is no longer maintained.
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