Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.09 KB

README.md

File metadata and controls

13 lines (8 loc) · 1.09 KB

About Minicraft and Minicraft DS

The original Minicraft was developed by Markus "Notch" Persson for the 22nd Ludum Dare game programming competition in December 2011.

Minicraft DS is my ongoing effort to port Minicraft for the Nintendo DS using devkitPro and libnds, for fun and education. It is written in C++ and depends on Custard.

It is based on Notch's original Java source code, which was made available in compliance with the competition's rules. Because of this, Minicraft DS' source code contains sounds, images, names and code fragments similar or identical to elements of Notch's code. Any such elements are Copyright © 2011 Markus Persson.

History

Version Date (DMY) Note
(prerelease) v0.1 8/7/2018 Only the graphics, sound and input subsystems, menu system and level generation are functional.