π¨βπ Codecademy Certification: Learn Swift
π Project Type: Certification Project
π Date Completed: May 2025
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.
- Using
Int.random(in:)
for randomness - Conditional logic with
if
/else if
/else
- Game flow design
- String formatting and output
swift rock-paper-scissors.swift