3DS Homebrew port of Notch's ludum dare game "Minicraft"
Find a file
2019-09-18 01:28:50 +02:00
data Cleaning up stuff 2019-09-18 00:09:46 +02:00
icons-banners holy shit lol romfs sucks 2018-02-08 08:24:36 -06:00
romfs/resources lil' more armor shit, attempting to put music into ROMFS 2018-01-28 08:27:51 -06:00
source Removed powerglove from spawn as now it works with button 2019-09-18 00:52:28 +02:00
.gitattributes added mac build support 2018-01-25 00:29:05 -06:00
.gitignore RIP 3ds build, addeeed all dependencies. 2018-02-08 13:31:50 -06:00
build.bat Cleaning up stuff 2019-09-18 00:09:46 +02:00
build.sh fixed build script 2019-09-18 01:28:50 +02:00
Makefile Updated Makefile 2019-09-18 00:12:11 +02:00
README.md Updated README.md 2019-09-18 00:41:11 +02: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:
//TODO
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: //TODO