Interactive tile switch puzzle game made in C++ using SFML.
Make sure sfml is installed:
brew install sfml
From TileSwitch/TileSwitch, run:
g++ -Wall -std=c++11 *.cpp -Iinclude -I/opt/homebrew/include -L/opt/homebrew/lib -lsfml-audio -lsfml-graphics -lsfml-window -lsfml-system -o game
Then:
./game



