Skip to content

mlhtnc/old-c-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

It is a small hangman game in console. It only supports Linux.

Installing

Clone the repository. Make sure you are in the hangman directory. Compile the source code.

gcc hangman.c -o hangman

Running

First you need the add words into words file. You can add multiple words separating by new line. Now you are ready to play, just run the executable file.

./hangman

Typing Speed Test

I coded this to develop my typing skills, I cannot say that it helped my typing skills but it helped my programming skills.

Installing

Clone the repository. Make sure you are in the 10finger directory. Compile the source code.

gcc 10finger.c -o 10finger

Running

First you need to add your custom text into text file. Then you can run with this command.

./10finger

About

Small projects that I coded when I was learning C in 2015.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published