Skip to content

Tetris written in c++ with based on SDL library

Notifications You must be signed in to change notification settings

GlockPL/sdl_tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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