Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 844 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 844 Bytes

RockPaperScissors

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.

Features

  • 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.

Screenshots

Gameplay Screenshot
Add a screenshot of the app in action here.

Installation

To run this app on your local machine:

  1. Clone the repository:
    git clone https://github.com/hamzaahmedsiddiqui/RockPaperScissors.git
    cd RockPaperScissors