tkshill/Quarto

Keyboard functionality (Major Feature)

Opened this issue · 1 comments

Issue Context

Game should be playable using only the keyboard

Suggested Solution

  • On user's turn to choose, first available game piece should be focused on
  • Arrow keys should allow movement between available pieces
  • Enter/Space bar should select a piece
  • On user's turn to play, first available board cell should be focused on
  • Arrow keys should allow movement between available cells
  • Enter/Space bar should place selected piece to the board.

Alternatives Considered

W/A/S/D functionality?

Additional Resources

I think the only way to implement this is to reintroduce the concept of a "focused" cell and some mapping between cell names.


See here in the read me for how to run and install the application.

See here in contributing for the basics on forking and cloning the repository.

Thank you for the issue! We'll take your request into consideration and will follow up soon if we decide to tackle this issue.
To all contributors: any issue that is labeled Status: Available is up for grabs.
To claim an issue to work on, please leave a comment. If you've claimed the issue and need help, please leave a comment letting us know and we can schedule some time to help.
For full info on how to contribute, please check out our contributors guide.