Akki-jaiswal / Akki-jaiswal/pong-game

Adjust ball speed and sync paddle movement with game loop (GSSoC'25)

Abierto
#81 4 comentarios 0 reacciones 1 asignado Reclamado por @Sreoshh Ver en GitHub
difficulty enhancement gssoc25
Lenguaje dominante
JavaScript
Estrellas
22
Forks
116
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

### Description
The current ball speed is too high, especially at the start of the game, which makes it difficult for the user to control the paddle and react in time. Additionally, the paddle movement is not properly synced with the ball's speed, making gameplay frustrating.

### Proposed Fix
- Reduce the initial ball velocity
- Gradually increase speed as the game progresses
- Ensure that paddle movement is smoother and responsive using `requestAnimationFrame()` or other optimization techniques

### Benefits
- More balanced and enjoyable gameplay
- Better user control and interaction
- Smoother experience for first-time players

### Tech Stack
- JavaScript (game loop logic)

I am contributing under GSSoC'25

### Request
Please assign this issue to me under GSSoC'25 so i can contribute.

labels requested-'gssoc2025' 'UI' 'BUG' 'good first issue' 'beginner-friendly'

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.