FranLMSP / tetris-sdl

Basic tetris game made with C++ and SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tetris-sdl

Basic tetris game made with C++ and SDL2

Build

You need to install the SDL2 dependency in order to compile and run the game. Once you've installed it, compile and run the game with

make
./tetris

About

Basic tetris game made with C++ and SDL2

License:GNU General Public License v3.0


Languages

Language:C++ 98.2%Language:Makefile 1.8%