This project is a word guessing game implemented in C. The goal is to guess the secret word by guessing individual letters one at a time. You have a limited number of guesses, and if you run out of guesses before guessing the word, you lose. I developed this game as a way to practice my C programming skills and to create a fun and challenging game.