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
- Host: GitHub
- URL: https://github.com/dakostu/termihangman
- Owner: Dakostu
- License: gpl-2.0
- Created: 2017-09-20T22:16:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T18:22:40.000Z (almost 7 years ago)
- Last Synced: 2025-01-01T16:46:08.649Z (over 1 year ago)
- Topics: c-plus-plus, c-plus-plus-17, character-guess, cpp, hangman, hangman-game, terminal, terminal-based, terminal-game
- Language: C++
- Homepage:
- Size: 657 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TermiHangman
A terminal hangman game made in C++17

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.