/hangman-c

A simple and funny Hangman game written in C

Primary LanguageC

Hangman-c

A simple Hangman game written in C

##Installation (Quick and Simple!)

1. First you need the gcc compiler (If you are in GNU/Linux you already have one)

2. Compile it

gcc hangman.c -o hangman.exe 

3. Enjoy it! 👍

##If you like it , fork it !