mujx / blind.tactics

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

knight path: Hints for solution field are misleading #2

Open gyermolenko opened 2 years ago

gyermolenko commented 2 years ago

g5 ⟹ f2

image

Here at first I thought it asks for a square name only. In cases like that if commas and dashes have special meaning (and not an not in pure algebraic notation) maybe messaging can improved.

Another example: h7 ⟹ d5

image

here I didn't put space between a square and dash.

mujx commented 2 years ago

Thanks for the feedback! I agree, I don't think it's clear what you need to set on the input.

Does it make sense to accept all of the following inputs (e.g for your second example)?:

gyermolenko commented 2 years ago

If UI form change can be also considered -- here is another suggestion.

gyermolenko commented 2 years ago

"Find the checks exercise" has similar nuance of notation but in a way it is completely different. For it I would expect regular algebraic notation for a move to be accepted. As opposed to a knight path where series of moves do not have standard notation and new one needs to be invented.

Example: White: Qa4 Black: Kc3 Rg5

image