fizz buzz DRAGON #stopwaitingforgodot
About
Fizz Buzz game WITH DRAGONS!!!
See if you can reach 30 correct answers to become a FIZZ BUZZ DRAGON!
Made in Godot 3 as part of #stopwaitingforgodot
Sequel to "Typing Dragon": https://jacksorjacksor.itch.io/typing-dragon
RULES:
- In "fizz buzz" you start at 0 and count up to a number (in this case 30)
- If a number is divisible by 3 then instead of the number you say "Fizz" (in this game through either clicking or typing "f")
- If a number is divisible by 5 then instead of the number you say "Buzz" (in this game through either clicking or typing "b")
- If a number is divisible by both 3 and 5 (i.e. 15) then instead of that number you say "FizzBuzz" (in this game through either clicking or typing "f" followed by "b")
- When you've made your guess you submit it by clicking or pressing "ENTER" and if you're right then you move onto the next number!
So to start off you would go:
1 (enter)
2 (enter)
Fizz (enter)
4 (enter)
Buzz (enter)
Fizz (enter)
7 (enter)
8 (enter)
... and so on!