Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 644 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 644 Bytes

Running-Lizard

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

Game Menu