Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.15 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.15 KB

rps-game

A simple Rock Paper Scissors (RPS) user vs. computer game coded in Swift for the iOS platform.

rockpaperscissors


Overview

I developed this app roughly a month prior to starting my formal CS education. Thus, this project was made entirely on a self-learning merit. Later on in my first year of my CS degree, I was assigned a RPS game for a class project, of which ended up working better than this one. However, that one was made to be played through the Terminal whereas this has a full GUI for iOS. Though simple, I did design the various RPS images found throughout the app. Note that this app was developed specifically for an iPhone 11 Pro. Scaling for other devices was not taken into account.

Gameplay

The interface is simple. Users are instantly thrown into the gameplay. They are prompted to pick from "rock", "paper", or "scissors". After they do, a random computer-generated move will be made and then the user and computer moves will be evaluated. Whoever won that round will have a point added to their score. This is the extent of the gameplay.