cwithers2 / ankichess

Generate Anki packages from chess PGN files
MIT License
8 stars 2 forks source link

Feature Request: Notes/Cards for only one color #1

Open zefanja opened 1 year ago

zefanja commented 1 year ago

First, thank you for this project. I like it a lot and it helps me learning openings etc.

My requests is, to have an command line option to only create notes / cards for one color, so if I want to study an opening I like to only have cards for white OR black. I don't want to memorize the moves of the other color.

So it would be nice to see the last move from e.g. white and the card will ask me, what blacks move is.

Do you think this is possible?

cwithers2 commented 1 year ago

This seems possible, and it makes a lot of sense too.

From a technical standpoint, each turn consists of two ply (one move for white, one move for black). This feature would need to focus on the fist ply of each turn for white, or the second ply of each turn for black. This should be a quick feature.

I will look into this further in the next few days.