Skip to content

An old-school terminal hangman game using a custom text file

License

Notifications You must be signed in to change notification settings

Dakostu/TermiHangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TermiHangman

A terminal hangman game made in C++17

preview pic

This program allows you to play hangman with a word that is randomly chosen from a text file you specified.

Build program

Simply type "make" in the CLI of the project folder.

Launch program

To launch this program, type: "./termihangman [FILE NAME]".

Only letters from the English alphabet are read, so I recommend you use text files containing only English words.

TermiHangman was originally programmed as an exercise, but I found it too fun not to share. I hope you find this as enjoyable as I do.