7xGit / 7xGit/7xGit_Task5

Exit Method

Ouverte Adaptée aux débutants
#3 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
enhancement good first issue
Langage dominant
Python
Étoiles
1
Forks
4
Métriques de merge des PR
Aucune PR mergée en 30 j

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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
python
Domaine
game-dev
Type d'issue
Fonctionnalité
Difficulté
2/5
Temps estimé
1-3 heures
Activité
À l'abandon
Clarté
Clairement spécifiée
Accessibilité débutants
65/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.