lizzie icon indicating copy to clipboard operation
lizzie copied to clipboard

Auto-continuation of ladders

Open kaorahi opened this issue 3 years ago • 1 comments

Play at least 5 ladder moves successively and click the menu Game > Continue ladder. Then the rest of the ladder is played automatically.

This is a cheaper version of lizgoban's automatic ladder continuation. It may be useful for some youtubers in their game reviews. @yzyray, I also expect you will export this to LizzieYzy if you like.

The implementation is very simple. Instead of serious ladder detection, it just detects "periodically repeated patterns" like https://github.com/leela-zero/leela-zero/pull/1941 . So we need at least 5 moves beforehand.

kaorahi avatar Nov 06 '21 13:11 kaorahi

Useful function~thank for sharing,will add in lizzieyzy.

yzyray avatar Nov 07 '21 00:11 yzyray