Skip to content

ybrenning/typespeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typespeed

This is a simple console game that lets you practice your touch typing on a variety of sentences ranging from around 80-120 words each. You can finish the game by completing the text or stop at any time by pressing ENTER .

At the end, the game lets you view basic statistics about your typing such as your speed in WPM (gross words per minute) and your accuracy percentage.

Demo

Instructions

Prerequisites

A standards-compliant C compiler as well as the standard C library and CMake.

Build

First, clone this repository locally using git clone:

$ git clone https://github.com/ybrenning/typespeed.git
$ cd typespeed

Build and run the project with CMake:

$ mkdir build
$ cd build

$ cmake ..
$ cmake --build . --config Release
$ ./Release/typespeed

References

The Practice Text
Agile Fingers
Speed Typing Online
Network-Science

About

⌨️ Practice touch typing in console

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published