Bullseye is a simple iOS game project where players try to hit the target as close as possible.
The app demonstrates UIKit navigation, alert views, and a clean project structure suitable for beginners learning iOS development.
- Main gameplay screen with slider to select accuracy
- Alert view to display results
- Info screen with game details
- Lightweight and easy to understand project setup
- Language: Swift
- Framework: UIKit
- Architecture: MVC (beginner-friendly project structure)
- Functional demo game
- Focused on learning UIKit fundamentals
- No networking or backend integration
- Clone the repository:
git clone https://github.com/zeeshan2k2/Bullseye.git cd Bullseye - Open the project in Xcode.
- Build and run on a simulator or device.


