Skip to content
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

added leela chess zero engine (cpu version) and stockfish 16 #282

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KudahShambare
Copy link

@KudahShambare KudahShambare commented Nov 13, 2024

Purpose

Added 2 additional engines

Pre-merge TODOs and Checks

  • (exclude checks that are not relevant for your feature)
  • PGN file loads correctly
  • Navigating through the move history works
  • Starting the engine shows moves (test for both sides)
  • Selecting a different variant loads a new board with the variant and you can make moves on the board
  • In Crazyhouse the pocket pieces are shown and you can drop pieces

@QueensGambit
Copy link
Collaborator

Hello @KudahShambare ,
to my knowledge, Lc0 and native Stockfish 16 only support chess and chess960.
Moreover, the code for downloading the binaries is missing and the logo of Lc0 is upside down.

@KudahShambare
Copy link
Author

@QueensGambit Thanks for the feedback let me fix the issues

@KudahShambare
Copy link
Author

@QueensGambit just a quick question. If I download the binaries and insert them into the engines directory. Do I need to also include the code to download it from it's main repository?

@QueensGambit
Copy link
Collaborator

QueensGambit commented Nov 28, 2024

Hi, I would prefer that you don't upload binaries but update the postinstall.js script accordingly.
https://github.com/ml-research/liground/blob/master/scripts/postinstall.js#L89-L104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants