Tiny Rock-Paper-Scissors game written for the command line in Objective-C.
- Xcode
- Download or clone the repo.
- cd into the project directory.
- Open rockPaperScissors.xcodeproj.
- Click the build button and start playing in the console.
The game contains three classes:
- RPS Game - The class for creating, running and managing a rock-paper-scissors game. Contains the score, round mechanism and user input handling.
- RPS Round - The class for starting a new round. Responsible for generating the computer's move and checking who won the game.
- RPS Turn - The class for handling a turn (the user's or the computer's move).
There are no current issues at the time.