Skip to content
Snippets Groups Projects
Commit a0194b49 authored by syuilo's avatar syuilo
Browse files

Enable wwbww

parent 7d979db4
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ export default class Othello {
// そこに置いたとするとループして最終的に挟んだことになる」というケースを有効化します。(Test4のマップで違いが分かります)
// このケースを有効にした方が良いのか無効にした方が良いのか判断がつかなかったためとりあえず無効としておきます
// (あと無効な方がゲームとしておもしろそうだった)
//stones = stones.concat(found);
stones = stones.concat(found);
break;
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment