Simple Tetris clone written in C++ using SFML. The game has been tested only on GNU/Linux system so far.
- g++ compiler
- SFML library: https://github.com/SFML/SFML
- GNU make
- Clone this repo or download source from the release page
$ git clone https://github.com/sewe2000/stetris.git
- Enter the directory
$ cd stetris
- On Linux run stetris file. On Windows run stetris.exe
- Have fun ;)
- Clone this repository
$ git clone https://github.com/sewe2000/stetris.git
- Enter the directory
$ cd stetris
- Build the project
$ make
- Run the game and have fun ;)
./stetris