Metadata-Version: 1.0
Name: sticks
Version: 0.0.6
Summary: Simple game application.
Home-page: https://github.com/ganeshhubale/game_of_sticks
Author: ganeshhubale.
Author-email: ganeshhubale03@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        
        game of sticks
        =============
        
        Game created using python
        -------------------------
        
        - How to run
        
          * Download the game_of_sticks.py file.
              .. code-block:: bash
                 
                 git clone https://github.com/ganeshhubale/game_of_sticks.git
        
          * Run using python3(every linux machine is preinstalled with python3)
              .. code-block:: bash
        
                 python3 game_of_sticks.py
        
        - Installation
            .. code-block:: bash
        
               pip install sticks
        
Platform: UNKNOWN
