diff --git a/README.md b/README.md index 2cc18bc..af3d683 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,13 @@ A score keeper program for quizzes and other competitions. It is a score keeper program for windows. The program has an in-built timer and is good for time restricted quiz games. The program has three pages : 1. The first page allows you to icrease or decrease the scores of the teams/ participants. The score to be increased for correct answers and the penalty for wrong ansers can also be changed. + +![Page 1](https://github.com/AdishMallik/ScoreKeeper/blob/master/Screenshots/page1.JPG?raw=true "Page 1") + 2. The second page contains the timer program. You can set a custom timer which fires after your specified time. + +![Page 2](https://github.com/AdishMallik/ScoreKeeper/blob/master/Screenshots/page2.JPG?raw=true "Page 2") + 3. The third page contains the score of the participants arranged in descending order i.e from the one leading to the last one. + +![Page 3](https://github.com/AdishMallik/ScoreKeeper/blob/master/Screenshots/page3.JPG?raw=true "Page 3")