Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 890 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 890 Bytes

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