Skip to content
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

feat: Wrap around board edges when navigating with arrow keys #68

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

cyborgdennett
Copy link
Contributor

This commit adds functionality to the Sudoku board to allow the cursor to "wrap around" to the opposite side when reaching the edge of the board.

For example, pressing the right arrow key when on the rightmost square will now move the cursor to the leftmost square of the same row. This behavior applies to all four arrow keys (up, down, left, right).

This enhancement provides a smoother and more intuitive user experience for navigating the Sudoku board.

@jubalh
Copy link
Owner

jubalh commented Sep 5, 2024

This enhancement provides a smoother and more intuitive user experience for navigating the Sudoku board.

It will be practical for some users so I take it. I think smoother and especially more intuitive is debatable though ;)

@jubalh jubalh merged commit 44a55b9 into jubalh:master Sep 5, 2024
2 checks passed
@jubalh
Copy link
Owner

jubalh commented Sep 5, 2024

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants