A simple Rock-Paper-Scissors game built using SwiftUI for iOS. This app allows users to play the classic game against a computer opponent, with a clean and intuitive user interface.
- Simple Gameplay: Choose rock, paper, or scissors and compete against the computer.
- SwiftUI Interface: Built using SwiftUI for a modern and responsive design.
- Score Tracking: The game keeps track of the player's and computer's scores.
- Responsive Design: Adapts to different iPhone screen sizes.
Add a screenshot of the app in action here.
To run this app on your local machine:
- Clone the repository:
git clone https://github.com/hamzaahmedsiddiqui/RockPaperScissors.git cd RockPaperScissors