-
Notifications
You must be signed in to change notification settings - Fork 0
Description
"Common squares" exercise has some peculiarities I wanted to discuss here (to not create a lot of spam in the "Issues").
-
King and pawns are not included:
Pawn controls only two squares; pawn and king are not "pieces" as some might say but..
I would argue the exercise would benefit from having them. -
For "max pieces: 3" the overlap of controlled squares is 90% non-existant. (so just hitting Submit w/o an input -- I get "Correct" most of the time).
-
For "max pieces: 1" the number of inputs is high, process is tedious. imho for pieces other than kNight it doesn't improve visualisation imho (imagine Rook and inputs like a1, a2, a3, a4, a5 .. and many more!)
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).