summaryrefslogtreecommitdiff
path: root/interactor/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'interactor/common.js')
-rw-r--r--interactor/common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/interactor/common.js b/interactor/common.js
index af7c462..c098b5c 100644
--- a/interactor/common.js
+++ b/interactor/common.js
@@ -1,4 +1,4 @@
-var W=7,H=8;
+var W=8,H=9;
function emptyboard(){
return new Array(H).fill(0).map(function(){