-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User request: one click move #305
Comments
this feature would really make life easier for me, and even for people that are just slow in using your mouse, this would definitely speed at things. I think doing puzzles and a more brisk flow could possibly help you recognize the structure thhe next time you see it. Also, if there are three different pieces that can go to that square, maybe give the user the option to pick one…? Anyway, great idea! |
This is lichess-org/lila#4738 |
Because of chessground declared itself as "No chess logic inside", this feature completely belongs to lila (not here) IMO. |
chessground already has the concept of dests, right? Which are determined by the software using it, in this case Lila. So the code to determine the one click behavior, given each piece has the destinations defined, should be here. |
True. This may work for standard chess, but not for crazyhouse drop moves atm. |
I don't know what crazy chess does, but if it doesn't use dests, then it probably doesn't populate it, so you don't enable the feature. And if does populate dests, like in the case of "possible destinations for existing pieces" but you can also add pieces or something like that, then it's the responsibility of the using software to not enable single click move. |
To be honest, I've already implemented in LiChess Tools a hacky version of this for play/puzzles, but I have not enabled it because changing the way people play may be considered an unfair advantage. The version for Analysis works fine, though. Anyway, the problem is that until Lila doesn't accept to make the effort to implement this, people like the player I mentioned cannot comfortably play chess. If the feature was available as an option in chessground, I am sure they would move on it, though. |
All the lichess games are using dests. Here is an example |
I have a player who is disabled and can't use their fingers well. To them every click is a burden and drag and drop impossible. Therefore a way to click only once to move a piece is very useful.
The suggestion is to implement an additional optional mode of piece movement by clicking on a square and, if only one piece can legally move to that square, perform the move.
The text was updated successfully, but these errors were encountered: