Starting to Implement Shake Action
This commit is contained in:
@@ -18,6 +18,10 @@ func jumpAction() {
|
||||
|
||||
}
|
||||
|
||||
func shakeAction() {
|
||||
|
||||
}
|
||||
|
||||
func rpsAction(choice: RPS.Choice) -> Bool? {
|
||||
let rps = RPS()
|
||||
return rps.playRPS(you: choice, computer: RPS.randomComputerChoice())
|
||||
|
||||
Reference in New Issue
Block a user