Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 597 Bytes

Tetris SDL2

Tetris written in C++ based on SDL2 library

It requires to run SLD2 and SDL2_TTF

Installing on Ubuntu:

sudo apt-get install -y libsdl2-dev
sudo apt-get install -y libsdl2-ttf-dev

Installing on Windows requires downloading libraries and than linking them during configuration of cmake project:
SDL2 Development Libraries 2.0.22
SDL2 TTF Development Libraries

In order to build on Linux run this command:

cmake --build ./build --config Release --target Tetris