ds-craft
ds-craft copied to clipboard
Minecraft demake for Nintendo DS.
Notice: this project's development is currently paused. It will resume in Summer 2024.
ds-craft
DS-Craft is a Minecraft demake for Nintendo DS written in C and C++ inspired by Paper Minecraft.
Table of contents
-
ds-craft
- Table of contents
- Cloning
- Building and running
- Docs
- Screenshots
- Credits
Cloning
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
Building and running
See BUILD.md.
Docs
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.
Screenshots
License
This game is licensed under MIT license. Please see LICENSE for more info.
Credits
Mojang - textures, font and sounds
libNDS examples - a lot of lower-level code
This tutorial - logo creation