dhairyagothi / 100_days_100_web_project

This repository contains 100 web projects from basic to intermediate using html css and js Please star the repo before start working on it
https://50-days-50-web-project.vercel.app/
MIT License
30 stars 36 forks source link

Ping Pong Ball Game #109

Closed MonishRaman closed 4 months ago

MonishRaman commented 4 months ago

Ping Pong Ball Score-Keeper

In this project user can keep score of various 2 players games. The maximum score can be 11 and score is reset after every game.The buttons turn red and green for winner and loser respectively. After the winning the game the score can not be increased.

User can keep score of their games.

HTML CSS Javascript

  1. Using the project is very easy.
  2. First select the maximum Score/Wining Score.
  3. To increase the score of player 1 by pressing player-1 button and increase the score of player 2 by pressing player-2 button.
  4. After reaching the maximum score winner would be declared by an alert message and green color of button and score.
  5. To play another game press reset button and choose your winning score.

image Opening Page

image

counting page

image

player1 wins

image

game is reset

github-actions[bot] commented 4 months ago

Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊

dhairyagothi commented 4 months ago

Assigned @MonishRaman