Infinite-Chess / infinitechess.org

Infinite Chess Web Server
https://www.infinitechess.org
GNU Affero General Public License v3.0
193 stars 45 forks source link

Display a list of moves during the game #342

Open galoomba1 opened 1 week ago

galoomba1 commented 1 week ago

There should be a list of moves displayed on the side, like there is on finite chess websites. This would help greatly with finding and lining up pieces which moved far away, among other things.

Naviary2 commented 1 week ago

@galoomba1 Are you inferring that clicking the moves would teleport you to where the move was made?

My initial thought of the benefit for adding a move list would be to help you analyze the game after it's over. But if the problem is we can't find where they moved, we can easily add a button to teleport them there, or add a setting that will auto teleport you to their move.

galoomba1 commented 1 week ago

Are you inferring that clicking the moves would teleport you to where the move was made?

Not necessarily. Seeing the coordinates is enough. But more features would be cool, i guess.

Naviary2 commented 1 week ago

This is honestly not a feature I have ever taken advantage of on chess.com or lichess, so I can't really appreciate it.

Those who have used a move list- what are the reasons you enjoy it? How would it improve the user experience more than just being able to rewind/forward moves with the arrow keys?

galoomba1 commented 2 days ago

How would it improve the user experience more than just being able to rewind/forward moves with the arrow keys?

For one, it would tell you where a far-away piece moved without having to zoom out and search for it or click a bunch of arrows. And also I just like seeing the move list.

Naviary2 commented 17 hours ago

Yeah it would likely be a nice addition, as long as we have space for it, and we have a way to reveal the whole move if the coordinates are chopped off.