marc-q / zyper

A little typing game written in plain C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A little typing game written in plain C.

License:GNU General Public License v3.0


Languages

Language:C 94.0%Language:Makefile 6.0%