Skip to content

ludwig-pro/FizzBuzz-TDD

Repository files navigation

FizzBuzz-TDD

iOS app of FizzBuzz game built in TDD

The aim of the game is to count up as high as you can, starting at 0.

  • If the next number is a multiple of 3, tap the “Fizz” button.
  • If the next number is a multiple of 5, tap the “Buzz” button.
  • If the next number is a multiple of 3 AND 5, tap the “FizzBuzz” button.
  • Else tap the number button

tutorial : https://medium.com/@ynzc/getting-started-with-tdd-in-swift-2fab3e07204b

About

Create a FizzBuzz game on iOS in TDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages