https://www.codingame.com/multiplayer/bot-programming/night-of-war
Send your feedback or ask for help here!
Created by @jrke,validated by @Konstant,@jacek1 and @trictrac.
If you have any issues, feel free to ping them.
https://www.codingame.com/multiplayer/bot-programming/night-of-war
Send your feedback or ask for help here!
Created by @jrke,validated by @Konstant,@jacek1 and @trictrac.
If you have any issues, feel free to ping them.
There is some bug in leaderboard. I solve it in C#, but leaderboard shows Python 3 instead of C#. O_o
Same. I used C++ but it shows Python 3.
This is supposed tobe the weekly puzzle challenge, but I don’t understand what I am supposed to do to complete it.
thanks for reporting. This issue has been solved
Hi everyone,
If I try to push up the depth of my minimax algorithm, I sometimes get a “defeated - error!!!” end screen but with no error message in the console output.
Is that because my program is too slow?
Thanks!
There is a little problem to me :
At first move, my soldier is facing right and I order a MOVE 1 RIGHT but the answer is CANNOT MOVE SOLDIER OF ID 1 TOWARDS RIGHT.
Any idea of the problem ?
Thanks
Hi there! I identified a bug in this challenge. Where / how can I submit more details about it?
You may provide the details here.
Ok. Well, you can use opponent’s soldier to attack.
Can you share a replay which shows the “bug”? Please also specify which turn that happens, which units you are talking about, etc.
ah thats weird that i missed that check in my code! thanks for pointing it out i will fix it soon and will let you know!