Just click the flag and get started
If you don't know what the Collatz Conjecture is, it is a problem where you input a number (think back to 1st and 2nd grade with those in and out boxes) and depending on whether it is even or odd it will do a function. The function for even is x/2 and for odd it is 3x+1. This repeats over and over until a weird result happens. The result is it always ending up with the number 1. This has stumped mathematicians everywhere and I thought it would be cool to make a project for it in Scratch.