C++ Evil Hangman

This is my simple evil hangman game made for the C++11 course at BME using modern C++ paradigms. Originally made in the semester of spring 2019.

Build

g++ -std=c++17 -Wall -Wdeprecated -Werror -pedantic -O2 main.cpp hangman.cpp pattern.cpp characteroccurrence.cpp -o hangman

Run

./hangman