lichess-org / lila-gif

Webservice to render Gifs of chess positions and games, and stream them frame by frame
GNU Affero General Public License v3.0
104 stars 22 forks source link

Crazyhouse pockets #13

Open Pablo-No opened 4 years ago

Pablo-No commented 4 years ago

I'm working on it.

Pablo-No commented 4 years ago

I have one doubt, should I render pockets for maximum 20 pieces, which is the maximum legal number, or for more pieces, considering playing from position.

niklasf commented 4 years ago

The worst case without custom starting positions is 4k3/8/8/8/8/8/8/4K3/QPPPPRNBBPPNRPPqbnrpppppprnbpp w - - 10 35 (30 pocket pieces). It's entirely reasonable to not render as many.

Pablo-No commented 4 years ago

I think a +30 for more than 30 is enough, what do you think.

niklasf commented 4 years ago

Absolutely, or even before, if it doesn't fit.

Pablo-No commented 4 years ago

I need some help, it's my first time contributing to this type of projects, how can you run it on Windows?

niklasf commented 4 years ago

Sorry, I never tried to set this up on Windows. https://rustup.rs/ should be a good way to install Rust, and then I expect this pure Rust program should build without any complications.

Edit: Please let me know if you're stuck at any concrete step.

Pablo-No commented 4 years ago

Thanks, I'll try it.

Pablo-No commented 3 years ago

Hi, I just want to say that I'm not working in this issue. (In case anyone wants to solve it)

ryg-git commented 11 months ago

I would like to work on this issue