Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

IAmMoltony/ds-craft

Repository files navigation

Notice

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

DS-Craft is a Minecraft demake for Nintendo DS written in C and C++ inspired by Paper Minecraft.

CodeFactor GitHub all releases GitHub commit activity (branch) GitHub (Pre-)Release Date GitHub language count GitHub GitHub tag (with filter) GitHub last commit (branch)

Table of contents

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

Screenshot 1 Screenshot 2 Screenshot 3

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