Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 753 Bytes

Exemple_projects.md

File metadata and controls

23 lines (17 loc) · 753 Bytes

Hangman

Recreated the classic hangman game in c

Static Badge


File Descrition
main.c Used to start the program it will select a random word form the english disctionary
utils.c A bunch of functions that make the program work

How to install

Just clone this repository to any empty folder and compile the files inside using the Makefile included

https://github.com/hescoval/Terminal_Hangman.git