A simple hangman game written in C.
The hangman game is a simple game that you can play with your friends. The game is equipped with a dictionary that contains all the words in the Portuguese language and its definition, in which you can add your own words. The project is written in C, and runs on any system that supports C, in a terminal.
Clone the repository and compile the project. (You can use the git clone
command)
It should be compiled in the same directory as the project and run in the terminal.
When you run the project, it will enter the main menu. Inside the main menu you can choose to: 1- Play the game 2- See the instructions 3- See the default dictionary 4- Add your own words to the dictionary 3- See the credits 4- Exit the game
- @khaledhazime - Complete project
- The project is based on the Hangman Game
- The idea of the project was proposed by the professor @danilo-perico on CCP130 subject in the University Center of FEI