Let’s try counting Collatz style!
The rules are simple:
- The first number (n) is randomly chosen by discobot between 1-100
- If n is even, the next number is n/2.
- If n is odd, the next number is 3n+1
- If n = 1, we win! We can restart the game with Rule #1.
- If someone makes a mistake, ignore that reply and continue on.
@discobot roll 1d100