Thu Jul 6 08:42:00 UTC 2023 inscode

上级 5fbd550c
...@@ -221,7 +221,7 @@ function getDirectionScore(board, row, col, [y, x], win_size) { ...@@ -221,7 +221,7 @@ function getDirectionScore(board, row, col, [y, x], win_size) {
res = r_num + l_num res = r_num + l_num
// 如果是中间断掉的 // 如果是中间断掉的 1,1; 1,2; 1,3; 2,2
if (r_num !== 0 && l_num !== 0 && (r_num + l_num) < win_size) { if (r_num !== 0 && l_num !== 0 && (r_num + l_num) < win_size) {
// 两边都有障碍物 // 两边都有障碍物
if (r_empty_num === 0 && l_empty_num === 0) { if (r_empty_num === 0 && l_empty_num === 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册