Metadata-Version: 2.1
Name: consoletetris
Version: 0.1.2
Summary: Tetris game on console/terminal/shell
Home-page: https://github.com/RedXBeard/consoletetris
Author: Barbaros Yildirim
Author-email: barbaros@boomset.com
License: MIT
Description: # 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))
        
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
