đšī¸ Hangman Game (Python) This is a simple console-based Hangman game built using Python as part of the CodeAlpha Internship Program.
đ Task
Domain: Python
Organization: CodeAlpha
Task: Build a console-based Hangman game.
Welcome to the classic Hangman game built using Python!
This is a simple text-based version of the game where a player tries to guess a hidden word one letter at a time.
đ Features
random
, while
loop, if-else
, strings
, lists
, input()
đ How to Run
hangman.py
file.hangman.py
.