SoniaBarasa / country-capital-quiz-game

This repository is for general learning purposes. Aim is to learn conventional way to write a python code.
1 stars 2 forks source link

Keep track of scores of players and declare winner in the end #8

Closed SoniaBarasa closed 1 year ago

SoniaBarasa commented 1 year ago

This pull request initiates scores of each of the players, keep track of their scores and ends by declaring the winner. Previously, the code did not show the scores for each correct guess, thus was difficult to tell who emerged winner.

SoniaBarasa commented 1 year ago

I am going to close this pull request because I will review a similar work on another Pull request.