7xGit / 7xGit/7xGit_Task5

Exit Method

Abierto Apto para principiantes
#3 0 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement good first issue
Lenguaje dominante
Python
Estrellas
1
Forks
4
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
python
Área
game-dev
Tipo de issue
Nueva funcionalidad
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
65/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.