Skip to content

Commit 709f7e8

Browse files
authored
Created README.md
1 parent 59ec318 commit 709f7e8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Score-Keeper/Readme.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<h1> Ping Pong Ball Score-Keeper </h1>
2+
<h2> Project Overview</h2>
3+
In this project user can keep score of various 2 players games.
4+
The maximum score can be 11 and score is reset after every game.The buttons turn red and green for winner and loser respectively.
5+
After the winning the game the score can not be increased.
6+
<h2> Use Of the Project </h2>
7+
User can keep score of their games.
8+
<h2> Languages Used </h2>
9+
<ul>
10+
<li>HTML</li>
11+
<li>CSS</li>
12+
<li>Javascript</li>
13+
</ul>
14+
15+
<h2> How to Use </h2>
16+
17+
Using the project is very easy.<br>
18+
First select the maximum Score/Wining Score.<br>
19+
To increase the score of player 1 by pressing player-1 button and increase the score of player 2 by pressing player-2 button.<br>
20+
After reaching the maximum score winner would be declared by an alert message and green color of button and score.<br>
21+
To play another game press reset button and choose your winning score.
22+
<h2>Sample Pictures </h2>
23+
24+
<image src="https://user-images.githubusercontent.com/82977727/124570312-622acc80-de64-11eb-8c97-7ba342f80ad9.png"> Opening Page</image>
25+
26+
<image src="https://user-images.githubusercontent.com/82977727/124570137-39a2d280-de64-11eb-852d-8281d6149c58.png"> Counting Scores </image>
27+
<image src="https://user-images.githubusercontent.com/82977727/124570624-b170fd00-de64-11eb-90aa-810a07848ec7.png"> Player 1 wins </image>
28+
<image src="https://user-images.githubusercontent.com/82977727/124570829-dbc2ba80-de64-11eb-92a0-fe8ee319edf6.png"> Game is reset </image>

0 commit comments

Comments
 (0)