mujx / blind.tactics

Improve your chess board visualization
https://blindtactics.com
GNU Affero General Public License v3.0
4 stars 0 forks source link

Question about pieces in play #5

Open gyermolenko opened 2 years ago

gyermolenko commented 2 years ago

"Common squares" exercise has some peculiarities I wanted to discuss here (to not create a lot of spam in the "Issues").

upd I've found "TODO.txt" in the repo and it looks very exciting! Find all captures (empty board) sounds delicious If I understand what it means properly (when position on an invisible board is described in notation and user needs to list available captures for one side).

gyermolenko commented 2 years ago

"Find the checks" has similar nuance. Pawns are not suggested for white to play and make a check. Imagine a pawn promotion to a knight which is a check. Missed opportunity :)

Also for "Find the checks" an option to have 0 black pieces (and only 1 black king)) makes sense (but is missing)


Sorry for this constant spam. I did not intend to annoy you. I'm just excited about the project and wanted to try everything out.

I understand that issues can be grouped or even described better. Sometimes the nitpick sounds the same for two exercises, and sometimes it looks the same but makes sense only for one of them.

mujx commented 2 years ago

Thanks a lot again for the suggestions! No worries at all.

The games with the pieces are initially limited to a smaller subset of all the available pieces in order to reduce the complexity and all the edge cases to be taken into account. The goal is to include them.

I'll try to raise the max and min values for those games.