Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 160 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 160 Bytes

Tetris-sfml

Tetris C++ game based on SFML library.

Compilation:

g++ -l sfml-graphics -l sfml-audio -l sfml-window -l sfml-system main.cpp -o Tetris-sfml