Starting to Implement Shake Action

This commit is contained in:
Dallon Archibald
2021-01-26 13:23:38 -05:00
parent 4a601dae66
commit b8aedfc28c
5 changed files with 29 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ struct WVM: Codable
let wvms = [
WVM(name: "Factor", desc: "Factor a binomial"),
WVM(name: "RPS", desc: "Win a game of rock paper scissors"),
WVM(name: "Shake", desc: "Shake your phone... aggresively!"),
//WVM(name: "Smash", desc: "It'll never turn off"),
//WVM(name: "Walk", desc: "Walk a few steps"),
//WVM(name: "Jump", desc: "Make a few jumps")