chain-reaction 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. Screenshot Dependencies SFML Compile g++ src/*.cpp -o game -lsfml-graphics -lsfml-window -lsfml-system