Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
The main server is currently down. We are running on a backup server, so editing and search functionality are temporarily disabled. Please check back in a few hours.

3DiceRoll 3Ds: Difference between revisions

From GameBrew
Created page with "{{Infobox 3DS Homebrews |title=3DiceRoll |image=3DiceRoll3Ds.png |description=A graphical 2D dice roller for the 3ds. |author=t0xid_r4t |lastupdated=2024/09/26 |type=Other Games |version=1.1.1 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/3dshomebrews/3DiceRoll3Ds.7z |website=https://gbatemp.net/threads/3ds-dice-rolling-app-and-a-revamp-on-for-anyone-who-walks.661543/ |source=https://github.com/t0xid/3DiceRoller |donation= }} {{#seo: |title= (Other Games) - GameBr..."
 
No edit summary
Line 5: Line 5:
|author=t0xid_r4t
|author=t0xid_r4t
|lastupdated=2024/09/26
|lastupdated=2024/09/26
|type=Other Games
|type=Other Apps
|version=1.1.1
|version=1.1.1
|license=GPL-3.0
|license=GPL-3.0
Line 21: Line 21:
3DiceRoll is a graphical 2D dice roller for the Nintendo 3DS.
3DiceRoll is a graphical 2D dice roller for the Nintendo 3DS.


T0xid developed a dice-rolling app specifically for the Nintendo 3DS. Since the 3DS is a handheld console, t0xid thought it would be a fun and convenient tool to use in games that require dice. This is T0xid’s first project working extensively with C programming and the 3DS platform. Hope you enjoy it!
==Features==
* Up to 13 different rolls.
* Dice ranging from d2 to d20, cap on amount per roll is 10.
* Rolling with Advantage and Disadvantage.
* Touch support for the buttons and stuff.
* Info window with credits and stuff.
* Sound effects.
 
== User guide==
Types of dice: d2, d4, d6, d8, d10, d12, and d20.
 
Amount for each roll: 1-10
 
==Controls==
Start - Exits the program
 
D-Pad - Change the amount/type of the current die
 
A - Add current die/dice to the tray the area (at the top of the bottom screen)
 
B - Remove most recently added die/dice (can be held down)
 
Y/X - Make current die/dice be rolled with advantage or disadvantage respectively, Pressing again will turn of the effect
 
L - Open an info window with blurbs and copyright
 
R - Roll current dice in tray granted its not empty (disables the input of the button and the C-pad)


==Features==
Circle Pad - Change the page of the results being shown (left/right - page back/forward)
* [⚙️] Up to 13 different rolls!
* [🎲] Dice ranging from d2 to d20, cap on amount per roll is 10
* [⚖️] Rolling with Advantage and Disadvantage
* [✍️] Touch support for the buttons and stuff
* [ℹ️] Info window with credits and stuff
* [🎶] ✨ Sound effects ✨
* [🎣] Fishing???


==Screenshots==
==Screenshots==
[[image:3DiceRoll3Ds.png]]
[[image:3DiceRoll3Ds.png|link=]]


==Changelog==  
==Changelog==  
'''v1.1.1'''
'''v1.1.1'''
* Fixed minor sprite issue
* Fixed minor sprite issue.
* Made a .cia for those that want a home menu shortcut
* Made a .cia for those that want a home menu shortcut.
* sound used for the banner is: https://freesound.org/people/NXRT/sounds/648212/
* sound used for the banner is: https://freesound.org/people/NXRT/sounds/648212/
'''v1.1.0'''
'''v1.1.0'''
*Added fishing.
* Added fishing.
'''v1.0.0'''
'''v1.0.0'''
* First Release.
* First Release.
==Credits==
* devkitPro;
** [https://github.com/devkitPro/libctru libctru]
** [https://github.com/devkitPro/citro2d citro2d]
* PabloMK7;
** [https://github.com/PabloMK7/libcwav libcwav] (which uses [https://github.com/PabloMK7/libncsnd libcsnd] as well)
* Freesound.org; by CCBY 4.0; originally by [https://freesound.org/people/magedu/ magedu]
** used "[https://freesound.org/people/magedu/sounds/263900/ old_crt_monitor_button_turn_on_01]" and "[https://freesound.org/people/magedu/sounds/264386/ old_pc_button_turn_off]" and modified a bit
* Font used in the app is "[https://somepx.itch.io/pixel-font-saga Saga]" by [https://twitter.com/somepx somepx]


== External links ==
== External links ==
* Gbatemp - https://gbatemp.net/threads/3ds-dice-rolling-app-and-a-revamp-on-for-anyone-who-walks.661543/
* GitHub - https://github.com/t0xid/3DiceRoller
* Github - https://github.com/t0xid/3DiceRoller
* GBAtemp - https://gbatemp.net/threads/3ds-dice-rolling-app-and-a-revamp-on-for-anyone-who-walks.661543/

Revision as of 04:28, 6 October 2024

3DiceRoll
File:3DiceRoll3Ds.png
General
Authort0xid_r4t
TypeOther Apps
Version1.1.1
LicenseGPL-3.0
Last Updated2024/09/26
Links
Download
Website
Source

3DiceRoll is a graphical 2D dice roller for the Nintendo 3DS.

Features

  • Up to 13 different rolls.
  • Dice ranging from d2 to d20, cap on amount per roll is 10.
  • Rolling with Advantage and Disadvantage.
  • Touch support for the buttons and stuff.
  • Info window with credits and stuff.
  • Sound effects.

User guide

Types of dice: d2, d4, d6, d8, d10, d12, and d20.

Amount for each roll: 1-10

Controls

Start - Exits the program

D-Pad - Change the amount/type of the current die

A - Add current die/dice to the tray the area (at the top of the bottom screen)

B - Remove most recently added die/dice (can be held down)

Y/X - Make current die/dice be rolled with advantage or disadvantage respectively, Pressing again will turn of the effect

L - Open an info window with blurbs and copyright

R - Roll current dice in tray granted its not empty (disables the input of the button and the C-pad)

Circle Pad - Change the page of the results being shown (left/right - page back/forward)

Screenshots

File:3DiceRoll3Ds.png

Changelog

v1.1.1

v1.1.0

  • Added fishing.

v1.0.0

  • First Release.

Credits

External links

Advertising: