Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Ludo3DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 8: Line 8:
|version=0.4.0
|version=0.4.0
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/3dshomebrew/Ludo3DSv0.4.7z
|download=https://dlhb.gamebrew.org/3dshomebrews/ludo3ds.7z
|website=https://github.com/SuperSaiyajinStackZ/Ludo3DS
|website=https://github.com/SuperSaiyajinStackZ/Ludo3DS
|source=https://github.com/SuperSaiyajinStackZ/Ludo3DS
|source=https://github.com/SuperSaiyajinStackZ/Ludo3DS
}}
}}
Ludo3DS is a 'Work in progress' Ludo clone for the Nintendo 3DS.
Ludo3DS is a Work in progress Ludo clone for the Nintendo 3DS. This game is also known as [https://de.wikipedia.org/wiki/Mensch_%C3%A4rgere_Dich_nicht Human Trouble].


This game is also known as [https://de.wikipedia.org/wiki/Mensch_%C3%A4rgere_Dich_nicht Human Trouble].
Ludo3DS 'Core is written by [https://github.com/SuperSaiyajinStackZ SuperSaiyajinStackZ], and the gamedata is compatible with [[LudoNDS]] v0.1.0 and LudoJS v0.3.0.
 
Ludo3DS 'Core is written by [https://github.com/SuperSaiyajinStackZ SuperSaiyajinStackZ].


Ludo3DS will become a part of [https://github.com/SuperSaiyajinStackZ/Stack-Game-Template StackGames] in the future.
Ludo3DS will become a part of [https://github.com/SuperSaiyajinStackZ/Stack-Game-Template StackGames] in the future.


[https://github.com/SuperSaiyajinStackZ/3DElf 3DElf]'s code was used as the basis for this game. You can also check this out if you Elfer raus!are interested in a clone.
==Installation==
 
Available in 3DSX and CIA formats.
==Game data structure==
* CIA - Install the .cia with the CIA manager of your choice.
You can find information on the game data structure from version 0.1.0 to the latest [https://github.com/SuperSaiyajinStackZ/Ludo3DS/blob/main/GameDataStructure.md here] !
* 3DSX - Use the .3dsx provided with the homebrew launcher.


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrew/Ludo3DSgameSettings1_en.png
https://dlhb.gamebrew.org/3dshomebrews/ludo3ds3.png
https://dlhb.gamebrew.org/3dshomebrew/Ludo3DSgameSettings2_en.png
https://dlhb.gamebrew.org/3dshomebrews/ludo3ds4.png
https://dlhb.gamebrew.org/3dshomebrew/Ludo3DSgameSettings3_en.png
https://dlhb.gamebrew.org/3dshomebrew/Ludo3DSgameSettings4_en.png


==Compile==
https://dlhb.gamebrew.org/3dshomebrews/ludo3ds5.png
===Put on the environment===
https://dlhb.gamebrew.org/3dshomebrews/ludo3ds6.png
To compile Ludo3DS from the source code, you have to set up your environment with devkitARM, Libctru, Citro2D and Citro3D. Follow devkitPro's [https://devkitpro.org/wiki/Getting_Started Getting Started] page to install pacman, then run (sudo dkp-)pacman -S 3ds-dev. You will also need [https://github.com/Steveice10/bannertool/releases/latest bannertool] and [https://github.com/profi200/Project_CTR/releases/latest makerom] in the path.


===Cloning the repository===
https://dlhb.gamebrew.org/3dshomebrews/ludo3ds7.png
To download the source code you have to clone this with submodules, this can be done by doing the following:
https://dlhb.gamebrew.org/3dshomebrews/ludo3ds8.png


git clone --recursive https://github.com/SuperSaiyajinStackZ/Ludo3DS.git
https://dlhb.gamebrew.org/3dshomebrews/ludo3ds9.png
https://dlhb.gamebrew.org/3dshomebrews/ludo3ds10.png


Or if you've already cloned it:
==Changelog==
'''v0.4.0'''
* New Button Selector with the figure chips.
* New Splash screen at startup.
* Figures can now move optional (animation).
* Fix an out of bounds access hopefully with the previous figure selection, which brought it to crash.
* Gamedata have been changed and are compatible with LudoNDS v0.1.0 and LudoJS v0.3.0.


git submodule update --init --recursive
[https://github.com/SuperSaiyajinStackZ/Ludo3DS/releases Release notes.]


to update all submodules.
==Credits==
Main developer:
*SuperSaiyajinStackZ - main developer of Ludo3DS.


Then just run '''make''' in the '''3ds''' folder.
Other:
* devkitPro - For devkitARM, Libctru, Citro2D & Citro3D.
* SuperSaiyajinStackZ - For the graphics.
* Universal-Team - For Universal-Core.


==Credits==
==External links==
===Main developer===
* GitHub - https://github.com/SuperSaiyajinStackZ/Ludo3DS
*SuperSaiyajinStackZ : main developer of Ludo3DS.
===Other===
* devkitPro : For devkitARM, Libctru, Citro2D & Citro3D.
* SuperSaiyajinStackZ : For the graphics.
* Universal-Team : For Universal-Core.


[[Category:3DS homebrew games]]
[[Category:3DS homebrew games]]
[[Category:Homebrew board games on 3DS]]
[[Category:Homebrew board games on 3DS]]

Revision as of 13:36, 17 December 2021

Ludo3DS
File:Ludo3DSgameSettings1 en.png
General
AuthorSuperSaiyajinStackZ
TypeBoard
Version0.4.0
LicenseMixed
Last Updated2021/01/25
Links
Download
Website
Source

Ludo3DS is a Work in progress Ludo clone for the Nintendo 3DS. This game is also known as Human Trouble.

Ludo3DS 'Core is written by SuperSaiyajinStackZ, and the gamedata is compatible with LudoNDS v0.1.0 and LudoJS v0.3.0.

Ludo3DS will become a part of StackGames in the future.

Installation

Available in 3DSX and CIA formats.

  • CIA - Install the .cia with the CIA manager of your choice.
  • 3DSX - Use the .3dsx provided with the homebrew launcher.

Screenshots

ludo3ds3.png ludo3ds4.png

ludo3ds5.png ludo3ds6.png

ludo3ds7.png ludo3ds8.png

ludo3ds9.png ludo3ds10.png

Changelog

v0.4.0

  • New Button Selector with the figure chips.
  • New Splash screen at startup.
  • Figures can now move optional (animation).
  • Fix an out of bounds access hopefully with the previous figure selection, which brought it to crash.
  • Gamedata have been changed and are compatible with LudoNDS v0.1.0 and LudoJS v0.3.0.

Release notes.

Credits

Main developer:

  • SuperSaiyajinStackZ - main developer of Ludo3DS.

Other:

  • devkitPro - For devkitARM, Libctru, Citro2D & Citro3D.
  • SuperSaiyajinStackZ - For the graphics.
  • Universal-Team - For Universal-Core.

External links

Advertising: