Thursday, December 5, 2019

Bullseye iOS App Using SwiftUI


This was my first mobile app, created with SwiftUI in Xcode.
The code was mostly based a tutorial from https://www.raywenderlich.com/
I made some modifications to make it look nicer and print more descriptive messages.

The opening screen.

A perfect guess earns 100 points.

A close guess (off by one) earns 50 bonus points.

All guesses earn the difference between 100 subtract the difference from the correct guess.

Bad guesses earn snarky comments as well.

The about screen shares more info about the app.