From 47222aa61452224f64ea2e8eae57d1ec3fdd6c0a Mon Sep 17 00:00:00 2001 From: Aidan Haas <94150901+ahaas25@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:16:28 -0400 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 202f10b..baebef0 100644 --- a/README.md +++ b/README.md @@ -2,27 +2,26 @@ ![image](https://user-images.githubusercontent.com/94150901/198175436-75b9f576-1b13-498b-b858-cbb1c9e7b7b6.png) -**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. - -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**: +# Objectives * Clean Code * Memory Management * Intuitive UI * Learning C -**How To Compile:** +# How To Compile * Download source files * Install ncurses (If not already installed) * Compile Using ```"gcc gcc typing_test.c -lncurses"``` + +# Credits +Word list from https://gist.github.com/deekayen/4148741