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

https://github.com/abdallahhemdan/tetris-game

🧩Implementation of Tetris Game using C++/SDL..
https://github.com/abdallahhemdan/tetris-game

cpp sdl tetris tetris-game tetrisgame

Last synced: about 2 months ago
JSON representation

🧩Implementation of Tetris Game using C++/SDL..

Awesome Lists containing this project

README

        

# 🧩 Tetris Game
-----------------
[![GitHub issues](https://img.shields.io/github/issues/AbdallahHemdan/Tetris-Game)](https://github.com/AbdallahHemdan/Tetris-Game/issues)
[![GitHub forks](https://img.shields.io/github/forks/AbdallahHemdan/Tetris-Game)](https://github.com/AbdallahHemdan/Tetris-Game/network)
[![GitHub stars](https://img.shields.io/github/stars/AbdallahHemdan/Tetris-Game)](https://github.com/AbdallahHemdan/Tetris-Game/stargazers)
[![GitHub license](https://img.shields.io/github/license/AbdallahHemdan/Tetris-Game)](https://github.com/AbdallahHemdan/Tetris-Game/blob/master/LICENSE)

• This is My Implementation of ```Tetris Game``` using C++/SDL

## 📽 Demo
----------
![output1](https://user-images.githubusercontent.com/40190772/59419230-bcaee700-8dca-11e9-859a-6056615db8e2.gif)

## 💿 How to Get it
1. __Clone or download the Repository__
2. __Extract it any where (e.g Desktop)__
3. __How to Run__
* ```Method_One```
1. __Go to Release Folder ==> Tetris Game.exe__
* ```Method_Two```
1. __Open the Terminal__
2. __cd the path of the Release Folder__
3. __Type ("Tetris Game".exe)__

## 🎮 How to Play
1. Press __ESC__ to ```EXIT```
2. Press __Z__ to ```Rotate```
3. Press __X__ to ```Drop the Piece```
4. Press __← → ↓__ to ``` to Go Left, Right, Down```