A tiny hangman game written in C++.
Clone this repo and run the make
command. The program will be compiled as hangman
in the bin
directory.
You can input a word file when launching the program using this syntax:
hangman input_file.txt
The provided list of English words was borrowed from this repo.