https://github.com/ompreetham/rockpaperscissors
A simple Rock Paper Scissors game implemented using SwiftUI for iOS.
https://github.com/ompreetham/rockpaperscissors
100daysofswiftui game hackingwithswift ios ios-app ios-application ios-swift ios17 ios18 paper rock rock-paper-scissors scissors swift swiftui
Last synced: 3 months ago
JSON representation
A simple Rock Paper Scissors game implemented using SwiftUI for iOS.
- Host: GitHub
- URL: https://github.com/ompreetham/rockpaperscissors
- Owner: OmPreetham
- License: mit
- Created: 2024-05-17T08:42:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-20T09:14:03.000Z (about 1 year ago)
- Last Synced: 2024-08-24T14:36:05.146Z (9 months ago)
- Topics: 100daysofswiftui, game, hackingwithswift, ios, ios-app, ios-application, ios-swift, ios17, ios18, paper, rock, rock-paper-scissors, scissors, swift, swiftui
- Language: Swift
- Homepage:
- Size: 459 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rock Paper Scissors Game
A simple Rock Paper Scissors game implemented using SwiftUI for iOS.
## Game Description
This game follows the classic rules of Rock Paper Scissors. Each turn, the app randomly picks either rock, paper, or scissors, and prompts the player to either win or lose the round. The player must then tap the correct move to win or lose the game. If they are correct, they score a point; otherwise, they lose a point. The game ends after 10 rounds, at which point the final score is shown.
## Installation
To install and run the game on your iOS device:
1. Clone this repository.
2. Open the project in Xcode.
3. Build and run the project on your iOS device or simulator.## Usage
Simply tap on the move (Rock, Paper, or Scissors) that you believe will win or lose the round. After 10 rounds, the final score will be displayed.
## Screenshots

## Credits
- **Developer:** Om Preetham Bandi
## License
This project is licensed under the [LICENSE](LICENSE).