More actions
Template:Infobox-3DS-Homebrews '"`UNIQ--youtube-00000000-QINU`"'
- 3DElf
<a href="https://github.com/SuperSaiyajinStackZ/3DElf/releases/latest"> <img src = " "> </a>
3DElf is a 'work in progress' Elfer out! `clone for the Nintendo 3DS.
3DElf's Core is written by [SuperSaiyajinStackZ] (https://github.com/SuperSaiyajinStackZ). 3DElf will become part of [StackGames] (https://github.com/SuperSaiyajinStackZ/Stack-Game-Template) in the future. For a description of `Elfer out!` See [this entry from Wikipedia] (https://de.wikipedia.org/wiki/Elfer_raus!).
- Screenshots
Here are a few screenshots of the current progress.
- Credits overlay
! [] ()
- rules overlay
! [] ()
- Game Screen
! [] ()! [] (https://github.com/SuperSaiyajinStackZ/3DElf/blob/main/screenshots/game_screen_en. png)! [] ()
- Splash overlay
! [] ()
- Language selection overlay
! [] ()
- Things that are still planned up to v0.1.0:
- [x] Add a configuration for the language etc so that it can be saved. (The configuration file is `Config.json` in` sdmc: / 3ds / 3DElf / `). - [x] Add an option to enable / disable the computer in the sub-menu. - [x] Add an option to change the number of players in the sub-menu. - [x] Show the number of cards from all players anywhere on the game screen. (Is now displayed in the sub-menu). - [x] Add an option to restart a game in the sub-menu. - [x] Possible improvements of the game core and the application.
- Compile
- Put on the environment
- Compile
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] (https://devkitpro.org/wiki/Getting_Started) page to install pacman, then run `(sudo dkp-) pacman -S devkitARM libctru citro2d citro3d`. You will also need [bannertool] (https://github.com/Steveice10/bannertool/releases/latest) and [makerom] (https://github.com/profi200/Project_CTR/releases/latest) 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
- credits
- [SuperSaiyajinStackZ] (https://github.com/SuperSaiyajinStackZ): Main developer of 3DElf.
- Other
- [devkitPro] (https://github.com/devkitPro): For devkitARM, Libctru, Citro2D & Citro3D. - [Universal-Team] (https://github.com/Universal-Team): For Universal-Core.