Update README.md

This commit is contained in:
ahaas25 2022-10-26 19:11:33 -04:00 committed by GitHub
parent 7af0c3e54a
commit bdf405a559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
# Typing-Test-C # Typing-Test-C (WIP)
**Summary:**
Typing Test Written in C Programming Language Typing Test Written in C Programming Language
@ -11,13 +13,13 @@ 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.
Objectives: **Objectives**:
* Clean Code * Clean Code
* Memory Management * Memory Management
* 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)
Run "gcc gcc typing_test.c -lncurses" * Compile Using ```"gcc gcc typing_test.c -lncurses"```