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
m (Text replacement - "Category:3DS homebrew games" to "")
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox-3DS-Homebrews
{{Infobox 3DS Homebrews
| title = Ludo3DS
|title=Ludo3DS
| image = https://dlhb.gamebrew.org/3dshomebrew/Ludo3DSgameSettings1_en.png|250px
|image=Ludo3ds2.png
| type = Board
|description=A Ludo clone for the Nintendo 3DS.
| version = v0.4.0
|author=SuperSaiyajinStackZ
| lastupdated = 2021/01/25
|lastupdated=2021/01/25
| licence = Mixed
|type=Board
| author = SuperSaiyajinStackZ
|version=0.4.0
| website = https://github.com/SuperSaiyajinStackZ/Ludo3DS
|license=Mixed
| download = https://dlhb.gamebrew.org/3dshomebrew/Ludo3DS.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/ludo3ds.7z
| source = https://github.com/SuperSaiyajinStackZ/Ludo3DS
|website=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 SuperSaiyajinStackZ, and the gamedata is compatible with [[LudoNDS]] v0.1.0 as well as LudoJS v0.3.0.


Ludo3DS 'Core is written by [https://github.com/SuperSaiyajinStackZ SuperSaiyajinStackZ].
==Installation==
 
Available in 3DSX and CIA formats.
Ludo3DS will become a part of [https://github.com/SuperSaiyajinStackZ/Stack-Game-Template StackGames] in the future.
* CIA - Install the .cia with the CIA manager of your choice.
 
* 3DSX - Use the .3dsx provided with the Homebrew Launcher.
[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.
 
==Game data structure==
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] !


==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.
==Credits==
* SuperSaiyajinStackZ - For the graphics.
===Main developer===
* Universal-Team - For Universal-Core.
*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]]
==External links==
[[Category:Homebrew board games on 3DS]]
* GitHub - https://github.com/SuperSaiyajinStackZ/Ludo3DS

Latest revision as of 05:47, 6 Mayıs 2024

Ludo3DS
Ludo3ds2.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 as well as LudoJS v0.3.0.

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: