The game continues until: 📂 hangman ├── main.py # Main game script ├── hangman_words.py # List of words used in the game ├── hangman_art.py # ASCII art for hangman stages & logo └── README.md # ...
A style of game using ASCII characters instead of bitmap or vector graphics. Typically played on older computers and terminals.