This is a typing speed game designed to test and improve your Words Per Minute (WPM) typing speed. The game provides a random set of words for users to type, tracks typing accuracy, and displays the WPM score at the end of the game.
Here’s a screenshot of the game in action:
- Typing Challenge - The game presents random words, and you need to type them as fast and accurately as possible.
- WPM Calculation - Real-time Words Per Minute (WPM) calculation based on your performance.
- Timer - The game runs for a fixed time (e.g., 30 seconds) to test your speed under pressure.
- Interactive UI - Easy-to-use interface with words displayed, cursor, and real-time feedback on your typing accuracy
- Responsive Design - The game adjusts to different screen sizes and works well on mobile and desktop.
- HTML - Used for the basic structure and layout of the page.
- CSS - Custom styling and animations for the game interface.
- JavaScript - Core programming language to handle game logic, event handling, and DOM manipulation.
To run the project locally, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/Sw1ftly/wpm-typing-speed-game.git
-
Navigate into the project directory:
cd wpm-typing-speed-game -
Open the
index.htmlfile in your preferred web browser:- Double-click the
index.htmlfile or open it via your browser (e.g.,chrome://file://path-to-your-folder/index.html).
- Double-click the
Alternatively, you can use a live server extension in VS Code or any other text editor to host the project locally.