You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.
If you look 3 moves deep and there are only ever 2 combos, the first move you do can be anything since it doesn't affect the game in anyway (assuming the first move is the non combo).
This causes an loop of doing nothingness..
example board
DFBCFC
DADCAE
AEEBFC
BCFDBB
CCZEAC
EFFDEA
DECACB
ADDCEF
EBDFEB
BFACBE
ADCEEX
DACBBD
The text was updated successfully, but these errors were encountered:
Now moves are ordered in such a way that highest scoring moves are done before lesser scoring ones to ensure that you do not go in a loop of lesser scoring moves.
If you look 3 moves deep and there are only ever 2 combos, the first move you do can be anything since it doesn't affect the game in anyway (assuming the first move is the non combo).
This causes an loop of doing nothingness..
example board
DFBCFC
DADCAE
AEEBFC
BCFDBB
CCZEAC
EFFDEA
DECACB
ADDCEF
EBDFEB
BFACBE
ADCEEX
DACBBD
The text was updated successfully, but these errors were encountered: