git clone <repo-url>
cd <repo-name>
make
./pptux
You can customize the wordlist used in the typing test by navigating to resources/wordlists/english
and modifying the words in the file. Each word should be on a separate line with a space at the end.
- Create a makefile
- Implement basic typing test from a custom text file
- Implement different typing test modes
- Display words per minute (WPM) after each test
- Implment a timer based test
- Creating a scoring system based on accuracy
- Allow users to choose the difficulty level