FizzBuzz Rules: 1. Sit in a circle. 2. Take turns counting up from 1. 3. When it's your turn, say "Fizz" if the number is divisible by 3. 4. Say "Buzz" if the number is divisible by 5. 5. Say "FizzBuzz" if the number is divisible by both 3 and 5. 6. If the number is not divisible by 3 or 5, just say the number. 7. The goal is to keep going without making a mistake!