-
using the newest (..) Texel 1.08a13 and setting a fixed (max) thinking time, i seems the engine does not give multi PV : at each depth only 1 best move is appears .. however, when using infinite think…
-
-
really appreciate your effort and detailed explanation for the problem (which I didn't manage to solve on time). here's a "corrected" with a slightly more transparent conditions:
```javascript
fun…
-
Can not load Leela version 8 into Fritz 16 GUI
FWCC1 updated
6 years ago
-
Hey, I was wondering if you thought about having an infinite scrolling version of this game, like Temple Run. Of course, generating new puzzles is the tricky part, but I would love to try and make an …
-
ghost updated
9 years ago
-
I have not yet tried this, but according to the code, a draw game will fail to replay due to the file parser not finding 100 or -100 at the end of file.
Perhaps draw games can be denoted by +50 an…
-
I've tried doing castling and it doesn't seem to work.
I've tried the following:
```
0-0
0-0-0
00
000
o-o
o-o-o
oo
ooo
````
**EDIT**
While the readme answers my question, it didn'…
-
Hi,
I have now started playing a standard game in full 3d (non-shmup). I think it has potential (look at the tunnels the running docs create in land of eternal motion to see that turn based mode c…
-
I tried to compress an array of float into a string so it would spend less tokens, but I ended up finding out it spends more tokens, and figured out that the bigger the string, the more tokens it spen…