Let's Count with FizzBuzz is based from the Fizz Buzz problem where players take turns to count incrementally, replacing any number divisible by three with the word "fizz", any number divisible by five with the word "buzz”, and any number divisible by both with the word “fizz buzz”.