Siderite / lichessTools

Browser extension that turbocharges the lichess.org site with extra functionalities
MIT License
28 stars 5 forks source link

Investigate downloading the Lichess puzzle database, creating an index and bundling it in LT #756

Open Siderite opened 2 months ago

Siderite commented 2 months ago

That would allow searching for puzzles, then getting them from the Lichess API.

Siderite commented 2 months ago

One idea would be to identify puzzles that satisfy:

GM Davorin Kuljasevic's method of looking at moves by both sides and identifying the blunder

More details:

I tried to address this issue by designing a different type of tactical puzzle called Find a hidden tactic (I will use the abbreviation FHT in some places in the book). In it, your task is to discover a tactic that is 'hidden' within a three-move sequence. However, two big unknowns make this exercise more challenging than a typical tactical puzzle. Firstly, you don't know on which move the tactic is hidden; it can be on the first, second, or third move. Secondly, you have no information whether it is White or Black who has a tactic; it can be either side. Consequently, a tactic may be hidden in any of the sequence's six positions (three for White and three for Black), and you will have to play detective to find out which one it is.

Siderite commented 2 months ago

From the book https://www.goodreads.com/book/show/61870457

Siderite commented 3 weeks ago

Implemented partially in v2.3.150