The Collatz Conjecture works like this: if the number is odd, multiply it by 3 and then add 1. If it's even, divide it by 2. The conjecture says that every number will reach 1, and end up in the 4, 2, 1, loop. 1x3+1=4 4/2=2 2/2=1 1x3+1=4 This has not been proven true or false. game can be buggy so if its not working properly press the green flag
Veritasium made the thumbnail (he is a youtuber, not a scratcher) everything else by me V1.1: - you can adjust speed now, auto button has been replaced by that - added timer and most time spent - when the number reaches 1, it also says the highest number reached V2: - scratch cat can do negatives! - scratch cat wont let you type 0 or numbers with decimals V2.1: - minor bug fix, thats all