3DS Homebrew port of Notch's ludum dare game "Minicraft"
Find a file
2018-02-06 14:31:45 +01:00
data Fix Player Sprite 2018-02-06 14:31:45 +01:00
resources All the Stuff(Forgot to commit) 2016-01-01 16:17:37 +01:00
source Change Join Menu to only display host player name 2018-02-05 19:53:03 +01:00
.gitattributes 🎪 Added .gitattributes & .gitignore files 2015-10-19 17:22:40 -05:00
.gitignore Fixed dublicate file and gitignore 2015-10-22 01:54:23 +02:00
icon.png All the Changes for 1.2.1 2016-02-29 14:19:32 +01:00
Makefile Update to newest ctrulib (finally) 2017-01-23 21:13:48 +01:00
Minicraft3DS.zip Update Version to 1.5.1 2018-02-04 21:04:01 +01:00
README.md Fix README 2018-02-05 19:36:32 +01:00

Minicraft3DS

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


Download:

If you just want to download the game prebuilt check the releases tab in Github:
https://github.com/andre111/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 and elf files by running make


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.

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


Forum thread: https://gbatemp.net/threads/release-minicraft3ds-the-multiplayer-update.495945/