ScratchData LogoScratchData
Back to arogix342's profile

the terrible dice simulator

ARarogix342•Created October 11, 2023
the terrible dice simulator
1
0
19 views
View on Scratch

Instructions

click the green flag to roll. press the down arrow to hide chance values, and press the up arrow to show them again.

Description

alright let me explain what this is this project simulates a dice being rolled by seeing which value out of six is the highest, then displaying that number. the general reason why i made this project was because i saw a forum post about a cancelled scratch extension involving rng, and a ton of people were dogpiling on it for having virtually every workaround possible, so i decided to see how hard it would be to make a dice-rolling engine. i expected it to take me about 30 minutes, instead it took me 2 days. first off, my engine relied on using alot of or operators, which would be fine... except or operators don't support booleans. so, i had to add all variables manually. then it started only giving me 5 and 6 values, so i had to dig through the code AGAIN. repeat around 4 or 6 times. finally, i realized that not only had i used the wrong signs, i should have used and operators instead of or operators. and after all of that, here we are. a terrible rng engine that's not intuitive at all and can't be used for anything. but hey, it works!

Project Details

Project ID906434538
CreatedOctober 11, 2023
Last ModifiedJune 2, 2025
SharedOctober 13, 2023
Visibilityvisible
CommentsAllowed