Metadata-Version: 2.1
Name: consoletetris
Version: 0.1.1
Summary: Tetris game on console/terminal/shell
Home-page: https://github.com/RedXBeard/consoletetris
Author: Barbaros Yildirim
Author-email: barbaros@boomset.com
License: MIT
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
Requires-Dist: click

# ConsoleTetris
Tetris game in console

## Key Bindings
- `a` move left
- `d` move right
- `s` move down faster
- `space` rotate shape

### Special Thanks:
- Emre Soner Demir ([EmreSoner](https://github.com/EmreSoner))


