lichess-org / lichobile

lichess.org mobile application
https://lichess.org/mobile
GNU General Public License v3.0
2.03k stars 318 forks source link

Create Puzzles from my games #1404

Open Tiberian64 opened 3 years ago

Tiberian64 commented 3 years ago

Love the Puzzles made from actual games played on Lichess. As a learning tool, it would be AWESOME to have puzzles made from your own games as an option.

it may require that the user have a minimum number of games. It would be under LEARN - "Puzzles from your games"

I've created "problems" for myself and saved to studies, but this would be so awesome a learning tool.
I could see where you wouldn't allow someone to do it based on someone else's games, only on their own.

RogerThiede commented 3 years ago

I have had a strong desire for this and have started to look into programming this functionality. I am interested in finding any existing or related work.

I plan to look into https://github.com/ornicar/lichess-puzzler to create my own puzzles from my own games, and then inject them into a MongoDB that my own https://github.com/ornicar/lila server will utilize. I may need to compile my own https://github.com/veloce/lichobile to point the app to my server in case the app is pre-built with any lichess.org certificates.