Skip to content

gabrieldumitrescu/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published