3DS Homebrew port of Notch's ludum dare game "Minicraft"
Find a file
2018-02-06 22:27:37 -06:00
data Merged 1.5 update from Andre, maybe. 2018-02-06 14:08:27 -06:00
docs Update _config.yml 2018-02-06 22:27:37 -06:00
icons-banners added mac build support 2018-01-25 00:29:05 -06:00
romfs/resources lil' more armor shit, attempting to put music into ROMFS 2018-01-28 08:27:51 -06:00
source possibly gh-pages site 2018-02-06 22:22:48 -06:00
.gitattributes added mac build support 2018-01-25 00:29:05 -06:00
.gitignore added mac build support 2018-01-25 00:29:05 -06:00
build.bat added mac build support 2018-01-25 00:29:05 -06:00
build.command added mac build support 2018-01-25 00:29:05 -06:00
Makefile lil' more armor shit, attempting to put music into ROMFS 2018-01-28 08:27:51 -06:00
README.md Update README.md 2018-02-06 21:39:12 -06:00
run in Citra.bat lil' more armor shit, attempting to put music into ROMFS 2018-01-28 08:27:51 -06:00

Minicraft3DS

3DS Homebrew port of Notch's ludum dare game "Minicraft"
Current Version: Version 1.6.1


Download:

If you just want to download the game prebuilt check the releases tab in Github:
https://github.com/ElijahZAwesome/Minicraft3DS/releases
For building the game yourself look below.


Dependencies:

For building and installing the dependencies look below.

ctrulib by smea: https://github.com/smealum/ctrulib
citro3d by fincs: https://github.com/fincs/citro3d
sf2dlib by xerpi: https://github.com/xerpi/sf2dlib
sfillib by xerpi: https://github.com/xerpi/sfillib
zlib: http://www.zlib.net/


Building:

1. Install devkitARM by devkitPro

2. Install zlib, libjpeg-turbo and libpng

	make zlib
	make install-zlib
	make libjpeg-turbo
	make libpng
	make install

3. Install sf2dlib

	make
	make install

4. Install sfillib

	make
	make install

5. You can now build Minicraft3DS 3dsx, elf, cia, and 3ds files by running the build.bat file.


You can do anything with the source code (besides sell it) as long as you give proper credit to the right people. If you are going to make a mod of this version, be sure to give credit to Markus "Notch" Perrson because he did create the original game after all.

Misc

This source code is subject to a lot of change for better optimization/cleanliness.

Forum thread: https://gbatemp.net/threads/release-new-minicraft3ds-fork-v1-4.494947/