An simple Pong game built with HTML, CSS, and JavaScript, featuring AI, difficulty levels, and sound effects.

7 Open Issues Need Help Last updated: Sep 6, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue gssoc25

An simple Pong game built with HTML, CSS, and JavaScript, featuring AI, difficulty levels, and sound effects.

JavaScript
enhancement good first issue gssoc25

An simple Pong game built with HTML, CSS, and JavaScript, featuring AI, difficulty levels, and sound effects.

JavaScript

AI Summary: Implement a 3-2-1-Go! countdown animation before the Pong game starts. The countdown should be visually appealing and centered on the screen, improving the user experience by providing a clear signal before gameplay begins.

Complexity: 2/5
enhancement good first issue gssoc25 level

An simple Pong game built with HTML, CSS, and JavaScript, featuring AI, difficulty levels, and sound effects.

JavaScript

AI Summary: Add a favicon (a small icon representing the website) to the existing Pong game's index.html file. This involves finding a suitable favicon image and linking it within the `<head>` section of the HTML using the `<link>` tag.

Complexity: 1/5
good first issue

An simple Pong game built with HTML, CSS, and JavaScript, featuring AI, difficulty levels, and sound effects.

JavaScript
javascipt 3 months ago

AI Summary: Modify the JavaScript code in `ball.js` to change the color of the ball to blue. This likely involves finding the variable or property that controls the ball's color and updating its value to a blue hex code or color name.

Complexity: 1/5
good first issue

An simple Pong game built with HTML, CSS, and JavaScript, featuring AI, difficulty levels, and sound effects.

JavaScript

AI Summary: Implement a 'Restart' button in the Pong game alongside the existing 'Pause' and 'Resume' functionalities. This involves adding a new button to the UI, and updating the game logic to handle the restart action (resetting scores, ball position, etc.).

Complexity: 2/5
enhancement good first issue gssoc25 levels UI/UX

An simple Pong game built with HTML, CSS, and JavaScript, featuring AI, difficulty levels, and sound effects.

JavaScript

AI Summary: Implement local storage functionality to persist the highest player score across browser sessions. The score should only be updated if the new score is higher than the existing high score. This will enhance user experience by allowing players to track their progress and compete against their personal best.

Complexity: 2/5
enhancement good first issue gssoc25 difficulty

An simple Pong game built with HTML, CSS, and JavaScript, featuring AI, difficulty levels, and sound effects.

JavaScript