Update README.md
This commit is contained in:
parent
79df113e2e
commit
47222aa614
25
README.md
25
README.md
@ -2,27 +2,26 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Summary:**
|
# Summary
|
||||||
|
|
||||||
Typing Test Written in C Programming Language
|
* Typing Test Written in C Programming Language
|
||||||
|
* Tests User WPM in a variety of different modes.
|
||||||
|
* Timed Mode: 5, 10, 15, 30, and 60s
|
||||||
|
* Word Mode: 10, 25, 50, and 100 Words
|
||||||
|
* Focuses on User's Typing Style and Provides Insights
|
||||||
|
* Similar to my Typing-Teacher project, however this is more focused on analyzing user data, rather than UI.
|
||||||
|
|
||||||
Tests User WPM in a variety of different modes.
|
# Objectives
|
||||||
|
|
||||||
Timed Mode: 5, 10, 15, 30, and 60s
|
|
||||||
|
|
||||||
Word Mode: 10, 25, 50, and 100 Words
|
|
||||||
|
|
||||||
Focuses on User's Typing Style and Provides Insights
|
|
||||||
Similar to my Typing-Teacher project, however this is more focused on analyzing user data, rather than UI.
|
|
||||||
|
|
||||||
**Objectives**:
|
|
||||||
* Clean Code
|
* Clean Code
|
||||||
* Memory Management
|
* Memory Management
|
||||||
* Intuitive UI
|
* Intuitive UI
|
||||||
* Learning C
|
* Learning C
|
||||||
|
|
||||||
**How To Compile:**
|
# How To Compile
|
||||||
|
|
||||||
* Download source files
|
* Download source files
|
||||||
* Install ncurses (If not already installed)
|
* Install ncurses (If not already installed)
|
||||||
* Compile Using ```"gcc gcc typing_test.c -lncurses"```
|
* Compile Using ```"gcc gcc typing_test.c -lncurses"```
|
||||||
|
|
||||||
|
# Credits
|
||||||
|
Word list from https://gist.github.com/deekayen/4148741
|
||||||
|
Loading…
x
Reference in New Issue
Block a user