This is a simple Rust project that serves as a typing game. The application prompts the user to type random words and measures their typing speed and accuracy.
To get started with this project, you need to have Rust and Cargo installed on your machine. You can install them by following the instructions on the official Rust website.
To build the project, navigate to the project directory and run the following command:
cargo build
After building the project, you can run the application using:
cargo run
- The game will display a word for you to type.
- Type the word and press Enter.
- The game will provide feedback on whether your input was correct and how long it took you to type the word.
- After 10 words, the game will display your results, including accuracy and words per minute.
If you would like to contribute to this project, feel free to submit a pull request or open an issue.