fizzbuzz is a game where you count from 1 to 100. if the number you have counted to is a multiple of 3, you replace it with "fizz" if it is a multiple of 5, you replace it with "buzz". if it is a multiple of both you replace the number with "fizzbuzz". this tynker project automates the game and instead of 1 too 100, it goes from 1 to 10,000.
simple variables, text handling, variables, simple events, advanced math, basic math, input/output, simple loops, simple conditionals, detect conditions, delays, advanced loops, conditional wait,