1 parent 3312579 commit 0d7a25cCopy full SHA for 0d7a25c
1 file changed
src/variety/nurikabe.js
@@ -81,6 +81,9 @@
81
return this.board.cols * this.board.rows;
82
}
83
},
84
+ "Cell@hasunomura": {
85
+ minnum: 0
86
+ },
87
"Cell@canal": {
88
maxnum: function() {
89
return this.board.cols + this.board.rows - 2;
0 commit comments