Metadata-Version: 2.1
Name: snake-rogi.rib
Version: 1.3.dev5
Summary: The famous game snake, built with python.
Home-page: https://github.com/igor-rib-souza/snake
Author: Igor Ribeiro de Souza
Author-email: igor.r.souza@hotmail.com
License: UNKNOWN
Description: # Snake
        The famous snake game built with python.
        
        To install run the following onto the terminal:
        
        `pip3 install snake-rogi.rib`
        
        If you don't have already the pygame installed run:
        
        `pip3 install pygame`
        
        And finally, run the following to play the game:
        
        `python3 -m snake-rogi`
        
        The movement keys are "W", "A", "S" and "D", the "ESC" key is used to acess the game's menu
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
