7xGit / 7xGit/7xGit_Task5

Exit Method

Open Beginner friendly
#3 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Python
Stars
1
Forks
4
PR merge metrics
No merged PRs in 30d

Description

The game currently allows users to exit only via a mouse click. This method may not be intuitive for all players, especially those who prefer using keyboard controls. This limitation can lead to frustration and confusion when users attempt to close or exit the game.

Impact:

Players accustomed to keyboard navigation may struggle to find a way to exit, leading to a poor user experience.
The lack of multiple exit options could alienate certain user groups, reducing overall accessibility and enjoyment.
Frustration can result in negative impressions of the game, affecting player retention and word-of-mouth recommendations.

Contributor guide

No contributing guide indexed for this repository

Research direction

Look for the game's main event loop or input handling code to see how mouse clicks are processed. Identify where the exit action is triggered and add a keyboard event listener (e.g., for the ESC key) to call the same exit function. Test by running the game and verifying both mouse and keyboard exits work.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
game-dev
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.