shrey141102 / PythonProjects

Python Programs
7 stars 36 forks source link

Typing game #47

Closed Arpit01Goel closed 9 months ago

Arpit01Goel commented 9 months ago

I added the typing speed and accuracy test game . This game is run purely on terminal (clears before game strarts for convinience).

The concept is that a file with thousands of unique english words is in same directory as that of game. The code selects 500 random words from them and shuffels them . Those are printed and supposed to be typed by the user. After user is done with his typing, when he press enter, his speed ,accuracy and time taken is printed.

It was in the issue #24 but also solves #21 .

Screenshot from 2023-12-12 12-43-03