This game is built with WinBGIm (Windows BGI - with mouse) graphics.h library v6.0 Documentation
Development/Debugging
# build the exe file
g++ -g -std=c++17 src/*.cpp -o bin/Debug/Running-Lizard.exe -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32 -lwinmm
# run the exe file
cd ./bin/Debug
.\'Running Lizard.exe'
Production
# build the exe file
./Build.bat