Andrew Healey
Andrew Healey
Hi! I'll do my best to answer these but a "headline update" would be that Andoma continues to only support [ShailChoksi/lichess-bot](https://github.com/ShailChoksi/lichess-bot) and the command-line UI (ui.py). Debug information and configuration...
Hi! Thanks for raising this. Looks like #7 relates. Per the README, this project only commits to maintaining: > A slice of the Universal Chess Interface (UCI) to allow challenges...
Looks like this is heading in a good direction @chitty! Some points: - How do we measure that this makes the engine stronger? - How can we test this? -...
Here's an example of passing a FEN position via the UCI protocol. ```bash $ python main.py position fen rnbqk1nr/p1ppppbp/1p4p1/8/2P5/2Q5/PP1PPPPP/RNB1KBNR b KQkq - 0 1 >>> position fen rnbqk1nr/p1ppppbp/1p4p1/8/2P5/2Q5/PP1PPPPP/RNB1KBNR b KQkq...
@tissatussa perhaps I misunderstood the issue. Can you provide a way to reproduce the problem? Happy to look into this for you 🙂
Ah, I developed enough of the UCI protocol to ensure that it would be able to play basic games (e.g. no knowledge of time left etc.) on lichess via ShailChoksi/lichess-bot....
Hi @F1nx! > The first question in doing this is how are you hosting the docs page(s)? Is it through the docs folder, are through some other source? https://healeycodes.github.io/crane-search/ uses...
TinyGo would significantly shrink the browser binary. I played around with it a little but ran into some library restrictions. encoding/gob (as well as encoding/json) [aren't supported yet](https://tinygo.org/lang-support/stdlib/). encoding/csv might...
This would fit my use case. I have a static blog and want to use the managed UI via React (but might want to roll my own UI in the...
Hi @twhite96! Happy to take a look. Do you have a branch or repo that I can pull and test locally?