Take a look at these two replays:
CodinGame is a challenge-based training platform for programmers where you can play with the hottest programming topics. Solve games, code AI bots, learn from your peers, have fun.
CodinGame is a challenge-based training platform for programmers where you can play with the hottest programming topics. Solve games, code AI bots, learn from your peers, have fun.
They both use the same game parameters:
seed=829800052
boxes=46
And yet they are different boards. Specifically, one has range powerups in [5,2] [7,2] [5,8] [7,8]. The other one has empty boxes there.
EDIT : Here’s another pair, again with slightly different powerup placements:
CodinGame is a challenge-based training platform for programmers where you can play with the hottest programming topics. Solve games, code AI bots, learn from your peers, have fun.
CodinGame is a challenge-based training platform for programmers where you can play with the hottest programming topics. Solve games, code AI bots, learn from your peers, have fun.
2 Likes
Hohol
October 1, 2016, 8:58am
#2
I meet it quite often as well. Very annoying.
1 Like
Ouxor
October 1, 2016, 11:34am
#3
I often have the same problem and its really annoying because the board from arena and from IDE (when you send game parameters into IDE) are different and so some defeats are impossible to debug…
Look at this two replays extract from the same game, but one in the arena and the other on the IDE :
arena : https://www.codingame.com/replay/140112201
IDE : https://www.codingame.com/replay/140112422
Please correct this !
I’ve seen this too a few times and I thought I was not being careful with the clicks but not I’m pretty sure it was not my imagining things.
NOTE: This is still an issue in Multi-Hypersonic:
CodinGame is a challenge-based training platform for programmers where you can play with the hottest programming topics. Solve games, code AI bots, learn from your peers, have fun.
CodinGame is a challenge-based training platform for programmers where you can play with the hottest programming topics. Solve games, code AI bots, learn from your peers, have fun.
1 Like
We’ve updated the multiplayer version to include this particular fix.
2 Likes