Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 732 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 732 Bytes

My-tetris

Tetris-like game using SDL2 library.

Installation

Requires SDL2 library. On an Ubuntu machine it can be installed with:

sudo apt install sdl2-2.0 sdl2-dev

For other OS-es follow the instructions on sdl2 project page at : https://www.libsdl.org/download-2.0.php

After installing sdl2 the app can be compiled using cmake (install cmake utilities first if missing).

I recommend using the followind commands (assuming linux environment):

mkdir build && cd build
cmake -G "Unix Makefiles" ..
make

Running

Run the executable.

Author

  • Gabriel Dumitrescu - Initial work -

License

This project is licensed under the MIT License - see the LICENSE file for details