Skip to content

Improve keyboard accessibility for memory cards and controls#85

Closed
AditiBS wants to merge 1 commit into
FOSSCLUB-LBSITW:mainfrom
AditiBS:feature/keyboard-accessibility
Closed

Improve keyboard accessibility for memory cards and controls#85
AditiBS wants to merge 1 commit into
FOSSCLUB-LBSITW:mainfrom
AditiBS:feature/keyboard-accessibility

Conversation

@AditiBS
Copy link
Copy Markdown
Contributor

@AditiBS AditiBS commented Feb 25, 2026

📌 Description

This pull request improves the accessibility of the Memory Block Game by adding full keyboard support.
Previously, the game could only be played using mouse or touch input, which limited accessibility for keyboard-only and assistive technology users.


🔗 Related Issue

Closes: #71


🛠 Changes Made

  • Made all game cards focusable using the Tab key
  • Enabled cards to flip using Enter or Space

✅ Checklist

  • I have tested my changes
  • My code follows project guidelines
  • I have linked the related issue

@github-actions github-actions Bot added HackTheStack as a part of hack the stack event level-1 labels Feb 25, 2026
@FOSSCLUB-LBSITW
Copy link
Copy Markdown
Owner

Hi 👋
Thanks for improving keyboard accessibility — this is a great enhancement for usability.
There are currently merge conflicts in script.js and styles.css that need to be resolved before we can proceed.
Could you please update your branch with the latest main and resolve the conflicts?
Let us know if you need any help. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

HackTheStack as a part of hack the stack event level-1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Game does not support keyboard navigation

2 participants