Typing-Test-C/README.md
2022-10-26 22:19:13 -04:00

29 lines
705 B
Markdown

# Typing-Test-C (WIP)
![image](https://user-images.githubusercontent.com/94150901/198175436-75b9f576-1b13-498b-b858-cbb1c9e7b7b6.png)
**Summary:**
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.
**Objectives**:
* Clean Code
* Memory Management
* Intuitive UI
* Learning C
**How To Compile:**
* Download source files
* Install ncurses (If not already installed)
* Compile Using ```"gcc gcc typing_test.c -lncurses"```