Basically, this is a game where the panda tells you what numbers between 1 and 100 are divisible by: 3 (buzz) 5 (fizz) Both (fizzbuzz) If the number is not divisible by either of them, then the panda will just say the number.
This is a project that I did with school, thanks to my teacher for the instructions ;) Please comment if the numbers are going too fast, I can slow them down.