More actions
Template:Infobox-3DS-Homebrews
This is a 3DS port of a game created by Markus "Notch" Persson as part of the Ludum dare 22 competition back in december 2011. I have rewritten the entire game in C, as Java programs don't run on the 3DS.
Texture packs:
As of beta build 4, you can make texture packs for the game. They contain 3 .png files inside a .zip files. Below is the default textures inside a zip file for you to edit. To make a description, just edit the global comment of the .zip file (use 7zip or winRAR).
https://www.dropbox.com/s/qd9yhexpt9x7zyx/DefaultTexturePack.zip?dl=1
Created a texture pack youself? I will feature it on a list here for people to download.
Additional features in this version:
- Save feature
- Texture packs
- Rebindable controls
- Map on the bottom screen
- Tutorial
- Improved sky level
- Replaced the cloth item (useless) with zombie fles
How to play:
- Move with the circle pad or the D-pad.
- Attacking and using items are with A or B.
- Open your inventory or use a workbench with X or Y.
The point of the game is to kill the Air Wizard, who lives up in the sky. To get access to the sky, you must find stairs to delve into the earth to find gems to make a gem pickaxe.
Stairs leading downward: Stairs leading upward:
There are 3 levels in the underground. Each level has it's own level of ore; you can smelt the ores in the furnace to make Iron/Gold bars to make better weapons with the anvil. (Yes gold tools are better than iron tools in this game).
First level - Iron ore Second level (water) - Gold ore Third level (lava) - Gem ore
I recommend that you get at-least 100 gems to make both a pickaxe and a sword. After that go back up to the surface and find the stairs that lead up to the clouds, then you will face off against the air-wizard.
Screenshots
Change Log:
Version 1.0:
- The game is finally out of beta.
- Updated libraries (Now works with latest version of ctrulib and sf2dlib)
- Updated .smdh file
- Lava lighting no longer pops in and out of existence. (thanks andre111)
- Fixed some minor bugs
Beta Build 5:
- The game is now feature complete!
- Player's icon now shows up on the mini-map
- Added a zoom-able map to the bottom screen. Touch the mini-map to show the zoom-able map.
- Finished the "How to play" menu.
- Added a "N3DS Speedup" option in the settings menu for New 3DS owners to enable the 804 MHZ mode. This option will be grayed out for people using the Old 3DS models.
- Added 2 new button menu inputs (Next and Previous) that are used in the "How to play menu", the default buttons are L and R.
Beta Build 4N:
- Enabled the 804 mhz speedup mode on the New 3DS for people to test out.
Beta Build 4:
- Added Texture pack support!
- Added underground lighting (thanks to @catlover007), lanterns are no longer useless!
- Added a proper settings menu
- Texture pack selection menu inside settings menu
- You can disable the debug text
- Made the bottom screen more pretty
Beta Build 3:
- Added Saving and Loading to the game! You can have many different worlds now!
- Added new menu input "delete", to delete saved worlds. The default button is 'X'.
- Added a "Save progress" option to the pause menu.
Beta Build 2.1:
- Wheat can be now trampled on.
- Updated libraries used by the game.
Beta Build 2:
- Added 2 new menus, Settings and About.
- Settings menu will let you rebind buttons, saved settings outputs to "btnSave.bin".
- The start button will no longer close the game, it now brings up a pause menu.
- Added an 'Exit' option on the main menu to leave back to the homebrew menu.
- The player can no longer go outside the world's boundaries.
- Added a delay when you kill the air wizard.
- Increased range for rendering entities.
Beta Build 1:
- Initial release