Infinite-Chess / infinitechess.org

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

Jump to arbitrary board location #33

Open optim-ally opened 1 month ago

optim-ally commented 1 month ago

This would probably be more useful for board editing. The idea is to provide input fields for any pair of valid coordinates and jump to that position rather than having to scroll there.

The two obvious ways to implement this in the UI are

  1. make the coordinate display editable
  2. add new fields in a dedicated "Jump to Position" popup

Option 1 is cleaner IMO but 2 is more explicit.

Naviary2 commented 1 month ago

I think #1 is nice! But it should only be enabled in local games / board editor, can't have people teleporting to 10^10000 in rated games.