Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 502 Bytes

File metadata and controls

13 lines (11 loc) · 502 Bytes

zyper

A little typing game written in plain C.

How to compile the source code:

  1. Navigate to the directory containing the zyper.c file.
  2. Run "make". It should be creating the binary zyper.
  3. Run "./zyper" to use the default wordbook or "./zyper [wordbook file]" to use an custom wordbook.
  4. Have fun and find out how many word's you can type in one minute.

How to make an wordbook:

  1. Create a new file.
  2. Fill it with words (each line contains 1 word).
  3. Save and use it. Have fun.