Metadata-Version: 1.1
Name: curses-2048
Version: 1.0.1
Summary: 2048 implementation with python and ncurses
Home-page: https://github.com/odkq/curses-2048/
Author: Pablo Martin Medrano
Author-email: pablo@odkq.com
License: GPL
Description: ===============================
        curses-2048
        ===============================
        
                
        .. image:: http://i.imgur.com/S4F4wgW.png
        
        
        A terminal/ncurses/python version of the original game at http://gabrielecirulli.github.io/2048
        
        * Free software: GPL license
        
        Install
        --------
        
        Open your terminal and type:
        
        
        .. code:: bash
        
         $ pip install curses-2048
        
        or 
        
        .. code:: bash  
            
         $ easy_install curses-2048
        
        
        Usage
        --------
        
        .. code:: bash  
            
         $ 2048
          
        Use the cursor keys to move and join tiles. Get to the 2048 tile!
        
        
        
        
        History
        -------
        
        1.0 (2014-05-20)
        ++++++++++++++++++
        
        * First release as a module.
Keywords: 2048
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console :: Curses
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
