A clone for the Linux terminal of the game 10fastfingers written in C.
Copy the repo and compile the code
git clone https://github.com/its-fonsy/fastfingers.git
cd fastfingers
make
then play!
./fastfingers
The supported language are in lang/
folder. To change language run
fastfingers -l english
- exit with CTRL+C
- restart or play again with TAB
MIT License