Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 578 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 578 Bytes

Hangman Game in C

Description

This is a command-line implementation of the classic Hangman game, where players guess a hidden word one letter at a time. The player has 7 attempts to guess the correct letters before the hangman is fully drawn.

Features

  • Random word selection from a text file.
  • ASCII art representation of the hangman.
  • Simple and intuitive command-line interface.
  • Game instructions and rules provided at the start.

ASCII Art

         +---+
         |   |
         O   |
        /|\  |
        / \  |
             |
        =========