An intelligent AI system that plays Hangman by guessing words within 6 attempts using frequency analysis and pattern matching strategies. hangman-ai-indigo/ ├── src/ # Core source code │ ├── ...
This is a command-line Hangman game developed using Test-Driven Development (TDD) principles in Python. The project emphasizes clean, modular code, automated unit testing, and code quality checks ...