Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions games/Hangman-Game/Hangman-Game.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
from utils.banners import print_victory_banner, print_game_over_banner

def main():
# Cleaned up global variables (not strictly necessary unless modifying in nested scopes, but kept for your structure)
global all_guessed, attempts, correct_letters, display, guess, guessed_letters, hint, letter, max_attempts, selected, won, word, word_data, word_length

print("=" * 50)
print("WELCOME TO HANGMAN GAME")
print("=" * 50)
Expand Down