Skip to content

rock paper scissors game coded in swift for the iOS platform

Notifications You must be signed in to change notification settings

ausdfrost/rps-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

About

rock paper scissors game coded in swift for the iOS platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages