Metadata-Version: 1.1
Name: term2048
Version: 0.1.2
Summary: 2048 in your terminal
Home-page: https://github.com/bfontaine/term2048
Author: Baptiste Fontaine
Author-email: b@ptistefontaine.fr
License: LICENSE
Description: ========
        term2048
        ========
        
        .. image:: https://img.shields.io/travis/bfontaine/term2048.svg :target: https://travis-ci.org/bfontaine/term2048
        
        **term2048** is a terminal-based version of 2048_.
        
        This is currently under development.
        
        .. _2048: http://gabrielecirulli.github.io/2048/
        
        Install
        -------
        
        ::
            pip install term2048
        
        Requirements
        ------------
        
        * Python 2.7
        * Linux or OSX (the arrows key input function won’t work on Windows)
        
        Tests
        -----
        
        Clone this repo, then:::
        
            make check
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
