Is a Hangman Game written in C language. The program catch a random word in the dictionary and the player(s) tries to guess it by suggesting letters within a certain number of guesses.
Mac OS X & Linux & Windows:
git clone https://github.com/LucasLagoeiro/Project-CCP130.git
After this you just need to run the Compiler:
gcc main.c -o exec && .\exec
When you run the code, you enter the main menu where you can decide if you want to enter the dictionary or play the famous Hangman Game.
Main Menu
Dictionary Menu
Hangman Game Menu
- 3.0.1
- FIX: The bug when you run the code in Windows, the Hangman game does not work.
- 3.0.0
- FIX: The bug when you type the same wrong word it decreases your attempt at the Hangman Game.
- 2.0.1
- Updates README.
- ADD: A new folder (imgs).
- 2.0.0
- ADD: An Interface (Project Menu,Dictionary Menu, HangmanGame Menu).
- FIX: some bugs.
- 1.0.0
- The first stable release.
The ideia of project is by the professor @danilo_perico on CCP130 subject in the University Center of FEI
Lucas Lagoeiro - @DevLagoeiro - [email protected]