A lightweight, terminal-based Hangman game written in pure Java. It picks a random word from a local text file and renders classic ASCII art for each wrong guess.
A simple and interactive Hangman console game written in Java. The program reads a list of words from words.txt, randomly picks one, and challenges the player to guess it one letter at a time. The ...