Skip to content

sroshc/termtype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termtype

A terminal typing game

  • Has a terminal manipulation library (doesn't use ncurses or any 3rd party terminal libraries)
  • Will work in terminals that support ANSI escape codes in macOS and Linux
  • Word lists are taken from monkey types top 10k list
  • Not compatible on Windows

How to Run

  1. git clone the repository:

    git clone https://github.com/sroshc/termtype.git
  2. cd into the directory:

    cd termtype
  3. make the program:

    make
  4. Run the game:

    ./termtype

Usage

./termtype accepts 2 integer terminal arguments, the number of words, and the top X most used words in english that the words should be picked out from.

For example:

./termtype 10 200

This will give you the 10 of the top 200 most used words in english to type.

-maybe wont work on macOS actually.

About

a terminal typing game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published