An open API service indexing awesome lists of open source software.

https://github.com/dakostu/termihangman

An old-school terminal hangman game using a custom text file
https://github.com/dakostu/termihangman

c-plus-plus c-plus-plus-17 character-guess cpp hangman hangman-game terminal terminal-based terminal-game

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# TermiHangman
A terminal hangman game made in C++17

![preview pic](https://raw.githubusercontent.com/Dakostu/TermiHangman/master/preview.png)

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.