Guys i dont think my cloud variables are working what Original description Original project - https://scratch.mit.edu/projects/933360026/ (also by me) Welcome to The Daily Crunch, a daily challenge game in Scratch! The goal is simple: write an equation to make the big number. However, you must use each of the below four numbers, and each only once. YOU MUST BE A SCRATCHER FOR IT TO WORK Please note - for anyone who is trying to overcomplicate their solution to follow PEMDAS, don't. The equations in this game do not follow that rule, and are evaluated in the order you input the numbers and operations. Each operation can be used multiple times. It should give a new problem every day and it will be the same problem for everyone (hopefully).
zapsplat.com for sounds and music! All code by me @striker08080 YOU MUST BE A SCRATCHER FOR IT TO WORK Comment any bugs, there probably will be a lot. Commentary below This took a month Of procrastinating And like 3 hours of actually doing stuff This is number crunchers but daily challenge Ahhhhhh It may be a bit difficult to solve Its equal in difficulty to number crunchers impossible mode. How does this work? (daily thing explained) There is a cloud variable that tracks the date when someone runs the project. If the variable is different than the current day, then it's the first time the project is being run that day. Then, it will generate the problem and encode all of the data into a few cloud variables. Anyone else playing will have the problem decoded after the code sees the day cloud variable matches the day and someone else already generated the problem. I hope that made a little sense. My brain hurts Hey, over 1000 blocks again! Hopefully the cloud variables don't glitch out or something Inspired by NYT Digits I recoded it so its actually not an exact copy of the code from number crunchers. That was a mistake. I easily coulda just reused my old code. It's a math game because I thought that would make the daily challenge aspect easier (it was).