Hangman game for the Linux terminal.
- C++ compiler
- OpenCV 4.0 or later (OpenCV Get Started)
- nCurses
- Clone the repository
git clone https://github.com/ignabelitzky/hangman.git
cd hangman
- Build the project using the Makefile
make
- Run the executable
./hangman
This project is licensed under the GNU General Public License v3.0. You can find the full text of the license here LICENSE.