Update README.md

This commit is contained in:
Aidan Haas 2022-11-16 16:32:23 -05:00 committed by GitHub
parent fddf6c3d9f
commit b6fac567ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,3 +27,21 @@
# Credits
Word list from https://gist.github.com/deekayen/4148741
# Development Status
Target for first release is the end of November. (I'm a full time student so I work on this project when I can). The goal of the first release is to have a fully functional typing test. This means parsing user input for accuracy and WPM. The analysis of user keystrokes will be added in the second release.
Current status of project:
Code:
* Reading of words.txt *implemented*
* Random word picking *implemented*
* Different test lengths *implemented*
* Parsing user input to be implemented
* Saving of user data to be implemented
UI:
* Main menu *implemented*
* Typing prompt in progress. (Currently shows generated prompt and user info and input parsing not added yet)
* Settings menu to be implemented