Small game made in C++ with SFML. Create chain reactions by clicking anywhere and try to score as much points as possible in 5 clicks.
g++ src/*.cpp -o game -lsfml-graphics -lsfml-window -lsfml-system
Small game made in C++ with SFML. Create chain reactions by clicking anywhere and try to score as much points as possible in 5 clicks.
g++ src/*.cpp -o game -lsfml-graphics -lsfml-window -lsfml-system