Redesigned RPS class.

This commit is contained in:
Aaron
2021-01-22 13:18:00 -05:00
parent bf7e746aff
commit 6d0aa461c3
5 changed files with 24 additions and 15 deletions
+6 -1
View File
@@ -15,10 +15,15 @@ func walkAction() {
}
func jumpAction() {
let rps = RPS()
}
func rpsAction() {
}
func puzzleAction(puzzleQuestionLabel: UILabel) -> [Int] {
// Handles the core logic behind the factoring alarm
func factorAction(puzzleQuestionLabel: UILabel) -> [Int] {
let problem = QuadraticProb()
let answer = problem.getAnswer()