重构ai模块,等待使用新wrapper接入cc,bot数据结构未定

This commit is contained in:
MrZ626
2021-08-23 23:02:35 +08:00
parent 2432d57d70
commit 491c4d25d7
10 changed files with 298 additions and 449 deletions

View File

@@ -207,7 +207,6 @@ function destroyPlayers()--Destroy all player objects, restore freerows and free
FREEROW.discard(rem(P.field))
FREEROW.discard(rem(P.visTime))
end
P:destroyBot()
end
TABLE.cut(PLAYERS)
TABLE.cut(PLY_ALIVE)