More actions
No edit summary |
m (Text replacement - "image = https://dlhb.gamebrew.org/3dshomebrew/" to "image = ") |
||
Line 1: | Line 1: | ||
{{Infobox-3DS-Homebrews | {{Infobox-3DS-Homebrews | ||
| title = 3DElf | | title = 3DElf | ||
| image = | | image = 3DElfsplash_en.png|250px | ||
| type = Other Games | | type = Other Games | ||
| version = v0.2.0 | | version = v0.2.0 |
Revision as of 00:54, 20 October 2021
Template:Infobox-3DS-Homebrews 3DElf is a 'Work in progress' Elfer out!' Clone for the Nintendo 3DS.
3DElf's Core is written by SuperSaiyajinStackZ.
3DElf will become part of StackGames in the future.
For a description on Elfer raus!see this entry from Wikipedia.
Screenshots
Things that are still planned up to v0.1.0:
- Add a configuration for the language etc so that it can be saved. (The configuration file is
Config.json
insdmc:/3ds/3DElf/
). - Add an option to enable / disable the computer in the sub-menu.
- Add an option to change the number of players in the sub-menu.
- Show the number of cards from all players anywhere on the game screen. (Is now displayed in the sub-menu).
- Add an option to restart a game in the sub-menu.
- Possible improvements of the game core and the application.
Compile
Put on the environment
To compile 3DElf from the source code, you have to set up your environment with devkitARM, Libctru, Citro2D and Citro3D. Follow devkitPro's Getting Started page to install pacman, then run (sudo dkp-)pacman -S devkitARM libctru citro2d citro3d
. You will also need bannertool and makerom in the path.
Cloning the repository
To download the source code you have to clone this with submodules, this can be done by doing the following:
git clone --recursive https://github.com/SuperSaiyajinStackZ/3DElf.git
Or if you've already cloned it:
git submodule update --init --recursive
to update all submodules.
Then just run make
in the 3ds
folder.
Credits
Main developer
- SuperSaiyajinStackZ : Main developer of 3DElf.
Other
- devkitPro : For devkitARM, Libctru, Citro2D & Citro3D.
- Universal-Team : For Universal-Core.