An open API service indexing awesome lists of open source software.

https://github.com/davdag/tetris-clone

A Tetris clone made in C++ and SFML library
https://github.com/davdag/tetris-clone

cpp cpp-game math sfml-library tetris tetris-clone tetris-game

Last synced: 11 months ago
JSON representation

A Tetris clone made in C++ and SFML library

Awesome Lists containing this project

README

          

# Tetris-Clone
A Tetris clone made in C++ and SFML library

## Functionalities
* More Colors!
* All kind of pieces.
* Incremental score (based on the real one).
* Increasign difficulty.
* Command are a,w,s,d and arrow keys.
* Smart rotation within borders.
* Awesome animations (kind of xD).
* Pause / Back / Reset options.

## Some images from the App
![alt text](https://github.com/DavDag/Tetris-Clone/blob/master/images/1.PNG)
![alt text](https://github.com/DavDag/Tetris-Clone/blob/master/images/2.PNG)
![alt text](https://github.com/DavDag/Tetris-Clone/blob/master/images/3.PNG)
![alt text](https://github.com/DavDag/Tetris-Clone/blob/master/images/5.PNG)
![alt text](https://github.com/DavDag/Tetris-Clone/blob/master/images/6.PNG)