Skip to content

Releases: ahaas25/Typing-Test-C

Milestone Two

06 Jan 01:17
ee19435
Compare
Choose a tag to compare

image

image

All major features implemented. This release adds timed mode, locally saved statistics, and a functional settings menu, in addition to more optimized code.

Milestone One

01 Dec 01:25
cf2d4e0
Compare
Choose a tag to compare

First release of Typing-Test-C!

Implements basic typing test functionality and stats. Currently there are 5 working modes (5, 10, 25, 50, and 100 word tests), with plans on implementing the timed test modes soon. The program reads from a words.txt file in the same directory as itself. The expected format for the words.txt file is one word per line. Feel free to use the words.txt file included in this respiratory.

The program will randomly select from the words provided in the words.txt file and create a prompt from it. Once completing the prompt, the program will prompt the user with information calculated from the test. As of now it displays words per minute, accuracy, time taken, and the number of characters from that prompt.

alpha_release_m1

28 Nov 15:33
309d55a
Compare
Choose a tag to compare
alpha_release_m1 Pre-release
Pre-release

Alpha release. Many features missing. Loads words from words.txt file and gives user a typing prompt of requested length. Prompts user with their WPM and the time taken to complete the test.

Timed mode, settings, and stats not implemented. Test finish screen not finished. Prompt does not support special characters yet.

Run by executing './typing_test.o' in your Linux terminal.