Sebastian Lague
Sebastian Lague
Hi, that seems to be a limitation of Google forms, it's not something I can configure unfortunately. I'd recommend submitting the code without the extra commented-out stuff, but maybe post...
Thanks for reporting, that's really strange! I will investigate (and will look into descendintotrivia as a potential solution @Algorhythm-sxv)
In case anyone is still wondering, it turns out the issue is because I accidentally used an outdated version of Roslyn. Updating to 4.7 fixes the problem. Sorry about the...
I totally agree that round robin would be the ideal format, but I am concerned about how long it would take to run. Will make a final decision once I'm...
Hi, could you maybe provide some code where the function is not doing what you expect?
https://github.com/SebLague/Chess-Challenge/discussions/156
I don’t quite understand the question, could you rephrase or give more info about what you’re trying to do?
If it's white to move and position is checkmate then black has won.
I agree that this would be useful, but it’s unfortunately a shortcoming of my engine that it currently doesn’t have a way to know if a move gives check without...
Collisions are rare, but they certainly do exist. For practical purposes though, comparing zobrist keys is totally ok.