Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 634 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 634 Bytes

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