Skip to content

This repository features a command-line Hangman game implemented in C. Players guess a hidden word one letter at a time, with 7 incorrect guesses allowed. The game includes random word selection from a text file and ASCII art representation of the hangman.

Notifications You must be signed in to change notification settings

Vatsalj17/Hangman-C-Edition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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   |
        /|\  |
        / \  |
             |
        =========

About

This repository features a command-line Hangman game implemented in C. Players guess a hidden word one letter at a time, with 7 incorrect guesses allowed. The game includes random word selection from a text file and ASCII art representation of the hangman.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages