A rewrite of my earlier mastermind projects (in Java and C#) in C++.
mastermind-cpp/
src/
includes/
colours.h
consts.h
visualiser.cpp
visualiser.h
main.cpp
readme.md
build.sh
Run ./build.sh, this will create a folder bin with the compiled program using G++. Otherwise manually compile the files in src/ and src/includes/