fujiitouya / Tetris

A C++ && SDL2 tetris game on the GNU/Linux platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tetris

A C++ && SDL2 tetris game on the GNU/Linux platform.

menu

startup main
1 2

game play

playing 1 playing 2 over pause
3 4 5 6

Installation

Linux:

install dependencies:

  • sdl2
  • sdl2-ttf
  • sdl2-image
$ git clone https://github.com/k1ngst0m/tetris
$ cd tetris
$ make

Dependencies

  • sdl2
  • sdl2-ttf
  • sdl2-image
  • irrklang

About

A C++ && SDL2 tetris game on the GNU/Linux platform.


Languages

Language:C++ 99.7%Language:CMake 0.3%