From 79169fc2cc55a9bda4c9e9d71ab03805f91ec738 Mon Sep 17 00:00:00 2001 From: PraveenGitGenius Date: Thu, 12 Mar 2026 01:17:02 +0530 Subject: [PATCH] Add screenshots section to README with descriptive alt text Updated README to include the main menu and tutorial gameplay screenshots so users can see the actual interface. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 705e179..3bfcb4e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,18 @@ ![KeyQuest banner showing the KeyQuest name and describing it as an accessible typing adventure game for Windows with keyboard, screen reader, and low-vision support.](docs/assets/keyquest-hero.svg) +## Screenshots + +The following screenshots show the current KeyQuest interface, including the main menu and a tutorial gameplay screen. + +### Main Menu + +![Main menu showing the KeyQuest start screen with options such as Tutorial, Lessons, Free Practice, Settings, and Exit, designed for keyboard navigation and accessibility.](docs/assets/main-menu.png) + +### Tutorial Gameplay + +![Tutorial gameplay screen teaching the space bar key with instructions displayed for the player and typing feedback.](docs/assets/gameplay.png) + KeyQuest is an accessible typing adventure game for Windows, built with Python and designed for keyboard, screen reader, and low-vision users. It focuses on players who want stronger non-visual support than most game projects provide, including clear spoken feedback, keyboard-first navigation, and packaged documentation for both web and desktop reading.