summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/index.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/index.js b/client/index.js
index 03e36a3..106053b 100644
--- a/client/index.js
+++ b/client/index.js
@@ -275,6 +275,18 @@ function keydown(e){
case 73: // i
checker(Math.random() < 0.5, 4)
break
+ case 79: // o
+ checker(Math.random() < 0.5, 5)
+ break
+ case 80: // p
+ checker(Math.random() < 0.5, 6)
+ break
+ case 219: // [
+ checker(Math.random() < 0.5, 7)
+ break
+ case 221: // ]
+ checker(Math.random() < 0.5, 11)
+ break
case 49: // 1
noise(0.1)
break