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
I'm sorry if this is not the right place to report this.
But, I feel the following part of the code should use LOSING_ANTS_CANT_CARRY not LOSING_ANTS_CANT_MOVE. The latter is always false while the former is false only during Wood, which is aligned with the rule description.
I can also see the Attack Chains rule not being applied on game replays.
The text was updated successfully, but these errors were encountered:
nanaeda
changed the title
Attack Chains doesn't seem to be applied even for Bronze
Attack Chains doesn't seem to be enabled even for Bronze
May 26, 2023
I'm sorry if this is not the right place to report this.
But, I feel the following part of the code should use LOSING_ANTS_CANT_CARRY not LOSING_ANTS_CANT_MOVE. The latter is always false while the former is false only during Wood, which is aligned with the rule description.
I can also see the Attack Chains rule not being applied on game replays.
SpringChallenge2023/src/main/java/com/codingame/game/Game.java
Line 172 in 5f73a72
The text was updated successfully, but these errors were encountered: