FizzBuzz on the terminal.
REQUIRES PYTHON3 TO RUN
Find Fizzbuzz.exe inside the dist folder, and copy paste the directory of where you saved it to the PATH in systen environments.
All you have to do is type fizzbuzz on the CLI to start the game.
Type the next number in the sequence and hit enter.
If its a multiple of 3 you must type Fizz.
If its a multiple of 5 you must type Buzz.
If its a multiple of both 3 and 5 you must type FizzBuzz.