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

https://github.com/kimtth/console-tetris

🎲 Most simplest console based Tetris source code by C++
https://github.com/kimtth/console-tetris

console-tetris cpp tetris tetris-source

Last synced: 10 months ago
JSON representation

🎲 Most simplest console based Tetris source code by C++

Awesome Lists containing this project

README

          

# Console-Tetris
Most simplest console based Tetris source code by C++

![index_map](https://user-images.githubusercontent.com/13846660/29363131-b653ec88-82c9-11e7-9166-907f98c6d253.PNG)

# Controls
Game Screen
![tetris](https://user-images.githubusercontent.com/13846660/29415411-f2be987e-839d-11e7-967d-9ea131290f9f.PNG)

W: rotate
A: left
S: down
D: right

# Development Enviroments
C++ / Eclipse CDT / MinGw

Learning for C++