-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plato chess #281
base: master
Are you sure you want to change the base?
Plato chess #281
Conversation
Provide fully playable chess environment linked with uci compatible chess engine (stockfish…)
@baskerville @bateast Is this getting merged in anytime soon? |
This is beautiful. |
Any change for this MR to be merged? It's a very nice feature! |
@bateast do you want to resolve the merge conflicts on this? I'm trying to test things out on an Elipsa 2E, I'm guessing @baskerville will merge a fix for that device soon, but I'll need both that fix + the 35 other commits between your branch and master to get it working I think. I tried just building your branch and manually adding the extra device, but I ran into a bunch of GLIBC errors:
|
I'm not sure @baskerville is even interested in merging feature pull request… |
he is not :( |
Hey @bateast do you already have a pre-built stockfish binary I can use? |
Yes, see https://github.com/bateast/plato/tree/binaries (binaries branch). Btw, I have merge the @baskerville main branch and so the push request. |
Thanks @bateast , I dropped them into the appropriate folders but I'm still not seeing any engine moves, even when clicking the "engine" button in the bottom right. Any ideas what might be going on? Any logs anywhere? |
Hard to tell without logs. verify [chess-engine-settings]
path = "bin/stockfish" and that your device proc is compile with |
Chess application to be used with uci engine (like stockfish) as proposed here: https://github.com/bateast/plato/tree/binaries
See documentation https://github.com/bateast/plato/blob/plato_chess/doc/CHESS.md