Skip to content

A text-based Hangman game using Python as part of my task as a Python Programming Intern at CodeAlpha. The program selects a random word, and the player guesses one letter at a time to uncover the word. There is a limit on the number of incorrect guesses allowed.

Notifications You must be signed in to change notification settings

adilrchanna/CodeAlpha_Hangman_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

As part of my Python Programming internship at CodeAlpha, my first task included the following instructions: "Design a text-based Hangman game. The program selects a random word, and the player guesses one letter at a time to uncover the word. You can set a limit on the number of incorrect guesses allowed."

The file "HangmanGame.py" demonstrates how I achieved that.

About

A text-based Hangman game using Python as part of my task as a Python Programming Intern at CodeAlpha. The program selects a random word, and the player guesses one letter at a time to uncover the word. There is a limit on the number of incorrect guesses allowed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages