A simple Rock Paper Scissors game implemented in Swift and SwifUI.
- Play against the computer.
- Simple and intuitive user interface.
- Keeps track of the score.
Here are some screenshots of the game in action:
- iOS 14.0+
- Xcode 12.0+
- Swift 5.0+
- Clone the repository:
git clone https://github.com/rafaelfagundes/RockPaperScissors.git
- Open the project in Xcode:
cd rock-paper-scissors
open RockPaperScissors.xcodeproj
- Build and run the project on your iOS simulator or device.
- Launch the app.
- The computer will randomly select its move.
- Choose your move: Rock, Paper, or Scissors.
- The winner will be displayed and the score will be updated.
- Add a sound effect for each move.
- Add animations.