Update README.md
This commit is contained in:
parent
9aef889343
commit
c9ddaa8554
@ -10,6 +10,7 @@
|
|||||||
* Word Mode: 10, 25, 50, and 100 Words
|
* Word Mode: 10, 25, 50, and 100 Words
|
||||||
* Focuses on User's Typing Style and Provides Insights
|
* 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.
|
* Similar to my Typing-Teacher project, however this is more focused on analyzing user data, rather than UI.
|
||||||
|
* Uses ncurses library
|
||||||
|
|
||||||
# Objectives
|
# Objectives
|
||||||
* Clean Code
|
* Clean Code
|
||||||
@ -22,6 +23,7 @@
|
|||||||
* 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"```
|
||||||
|
* OR: Run "make" using Makefile
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
Word list from https://gist.github.com/deekayen/4148741
|
Word list from https://gist.github.com/deekayen/4148741
|
||||||
|
Loading…
x
Reference in New Issue
Block a user