瀏覽代碼

Keep scoring points in colsize panic

Taddeus Kroes 5 年之前
父節點
當前提交
295d52f2d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      strategy.py

+ 1 - 1
strategy.py

@@ -344,7 +344,7 @@ class State:
         colsize = self.nrows - 2
 
         if colsize >= COLSIZE_PANIC:
-            return cls.holes, cls.nmoves, cls.points, cls.fragmentation
+            return cls.holes, cls.points, cls.nmoves, cls.fragmentation
 
         if colsize >= COLSIZE_PRIO:
             return cls.causes_panic, cls.points, cls.holes, \