Type a POSITIVE INTEGER (whole number) into the text box in the beginning. then wait 0.1 seconds. Credits: Thumbnail - Gemini (I was too lazy to make a thumbnail myself, so its way too overclimactic. I might try to decorate the actual project at some point) Code - 100% @countrypink54 Idea - @countrypink54 Description - @countrypink54 made in 30 minutes Yes, I am a math nerd in addition to being a piano player/composer, geometry dash player, professional doomscroller, and part-time cheeseburger.
If you don't want to read this nerd yap, you probably won't understand this project. So read the yap or leave. READ BELOW ↴ The Collatz Conjecture is an unsolved problem in mathematics that basically asks if any POSITIVE INTEGER can become 1 given these rules: -If the number is even, divide it by 2. -If the number is odd, multiply it by 3 and add 1. Mathematicians have tested all numbers up to about 2.36*10^21 and all of them eventually become 1, so it is likely this is true. However, no real proof or counterexample has been found. (Counterexamples have been found for negative numbers, but we are talking about positive numbers here!)