leftovers-again
leftovers-again copied to clipboard
Battles never make it past turn 7-10
I have just been tinkering around with the project, trying to get two bots to play each other, but every time their battles stop (that is, it just keeps waiting for users) around turn 7-10. I have tried different pre-written bots, and the same thing happens. I don't know where to even start looking for the error since I've only just found this project; I've tried changing the log level but don't notice any difference in the output. Any idea what might be causing this issue? I've attached an example battle log. lastknownstate-battle-gen7randombattle-18.log
I had the same issue but it can be worked around by using linux instead of windows.
The issue also doesn't seem to exist when you have two bots fight from two separate consoles. Only when you use npm start -- --opponent=stabby/randumb
Can I ask how you got two bots to fight from separate consoles? I can get two bots running and connected to a server, but how do you get them to challenge each other?
You run one of the bots with the command "npm start -- --scrappy"
I don't do much testing on Windows so if anyone has any ideas I'm curious