Skip to content

A simple Swift game that simulates Rock, Paper, Scissors using randomization and conditionals. Built as part of Codecademy's Learn Swift course.

Notifications You must be signed in to change notification settings

CarterBartz/swift-rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

βœŠπŸ–βœŒοΈ Swift Rock, Paper, Scissors

πŸ‘¨β€πŸŽ“ Codecademy Certification: Learn Swift
πŸ“ Project Type: Certification Project
πŸ“… Date Completed: May 2025


🧠 Overview

This is a basic Swift implementation of the Rock, Paper, Scissors game. It uses random number generation and conditional logic to simulate a match between a user and the computer.


🧱 Skills Demonstrated

  • Using Int.random(in:) for randomness
  • Conditional logic with if / else if / else
  • Game flow design
  • String formatting and output

πŸš€ How to Run

swift rock-paper-scissors.swift

About

A simple Swift game that simulates Rock, Paper, Scissors using randomization and conditionals. Built as part of Codecademy's Learn Swift course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages