Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.36 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.36 KB

pptux - Terminal Typing Program in C++

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests

Demo

Usage

Install

git clone <repo-url> cd <repo-name>

to run:

make

./pptux

Customization

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.

TODO

  • 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