#IOS Workshop: Build your first App!
You will need an App Store account to download Xcode, use this link to download it on your Mac computer.
FizzBuzz Game: A fun new take on the classic FizzBuzz game. Count as high as you can before the time runs out.
The aim of the game is to count up as high as you can before time runs out, starting at 1.
- 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.
The app is available to download free from the App Store made by Yvette Cook and we will be building a very similar game. You can and should try it out before the Workshop.
- Build FizzBuzz views and Controllers
- Build the Logic of the game
- Add HighScore counter
- Build/Run an app with Xcode
- Create Custom Views and View Controllers
- Create View Models for the logic of the game
- Create Custom Data Models through Structures
- How to pass information through Controllers
- Use Timers and Notifications
- React to user touches
To prepare for the workshop or to keep learning swift after it we recommend this guides
- RayWanderlich Basics swift using Playgrounds
- HackingWithSwift Basics Guide from installing swift to Variables
If you have any questions or need any help you can reach out to:
Women Who Code Barcelona: barcelona@womenwhocode.com
Berta Devant: @bertadevant
Niamh Power: @niamh-power