Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 446 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 446 Bytes

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

img

Dependencies

Compile

g++ src/*.cpp -o game -lsfml-graphics -lsfml-window -lsfml-system