# Boolean-Algebra-Calculator

Access the BoolCalculator.exe in the build folder to run the program

PLEASE DO NOT MOVE FILE LOCATIONS or the program cannot find its resource directories and crashes
or in some cases the computer misleads it as a virus file which it is not. 

The BoolCalculator.exe is built using Makefile in VSCode

assets:     all .png files used in the program
build:      the .exe file, Makefile and some SFML .dll (dynamically linked library) files
font:       all font .ttf (true type font) files
include:    all header files including SFML headers
lib:        all SFML library files
src:        all .cpp files