thomas-mauran / chess-tui

A chess TUI implementation in rust 🦀
https://crates.io/crates/chess-tui
MIT License
361 stars 20 forks source link

Keyboard shortcuts for moves #33

Open joshka opened 10 months ago

joshka commented 10 months ago

Problem

You have to manually select a square to move a piece, which is a bit tedious.

Solution

It would be good to be able to quickly use the keyboard for this (e.g a5 or Nc3).

thomas-mauran commented 10 months ago

Good idea adding that to the roadmap