Opponent moves
- Created Sunday, September 6th 2015 @ 14:07:33
Hello everyone. I cant get one moment about opponent moves.
My getAttackTransferMoves() uses state.getOpponentMoves(). Suppose other player did the same.
So my question is how both bots can simultaneously see opponent's moves? I mean how system gets opponent's moves without having moves of other bot at the first place?
Literally, we need moves of p1 to get moves of p2 and we need moves of p2 to get p1's moves. How engine solves this?
- Created Sunday, September 6th 2015 @ 21:23:17
Yes I believe it returns the moves of the opponent in the previous round
- Created Sunday, September 6th 2015 @ 23:48:19
If you guys aren't talking about something completely different than I think you are talking about then of course you don't get the opponents moves that he is doing in the previous round.
If any bot had this info it would be super easy for it to achieve first rank in the finals. Why do you think bots sometimes attack exactly the region that the opponent is defending strong if they know exactly what their opponent does?