https://github.com/iammoltony/ds-craft
Minecraft demake for Nintendo DS.
https://github.com/iammoltony/ds-craft
2d-game 2d-sandbox-game c contributions-welcome cpp cxx devkitarm game gamedev homebrew libnds maxmod minecraft minecraft-clone nds nds-homebrew nintendo-ds nintendo-homebrew videogame
Last synced: about 1 month ago
JSON representation
Minecraft demake for Nintendo DS.
- Host: GitHub
- URL: https://github.com/iammoltony/ds-craft
- Owner: IAmMoltony
- License: mit
- Archived: true
- Created: 2022-06-24T09:08:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T17:26:59.000Z (5 months ago)
- Last Synced: 2025-03-13T07:43:54.474Z (3 months ago)
- Topics: 2d-game, 2d-sandbox-game, c, contributions-welcome, cpp, cxx, devkitarm, game, gamedev, homebrew, libnds, maxmod, minecraft, minecraft-clone, nds, nds-homebrew, nintendo-ds, nintendo-homebrew, videogame
- Language: C++
- Homepage: https://iammoltony.github.io/ds-craft/index.html
- Size: 9.86 MB
- Stars: 36
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://iammoltony.github.io/abandonware.html#ap10) 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](https://scratch.mit.edu/projects/10128407/).[](https://www.codefactor.io/repository/github/iammoltony/ds-craft/overview/main)






## Table of contents
- [ds-craft](#ds-craft)
- [Table of contents](#table-of-contents)
- [Cloning](#cloning)
- [Building and running](#building-and-running)
- [Docs](#docs)
- [Screenshots](#screenshots)
- [Credits](#credits)## Cloning
Since this game uses submodules, you should clone it like this:
```bash
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:```bash
git submodule update --init --recursive
```## Building and running
See BUILD.md.
## Docs
To generate documentation, you need [Doxygen](https://doxygen.nl).
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](https://www.youtube.com/watch?v=yb6QJl6mqf4) - logo creation