Metadata-Version: 1.1
Name: PyCross
Version: 0.2.0
Summary: Single Player Tic-Tac-Toe game
Home-page: http://github.com/leosartaj/PyCross
Author: Sartaj Singh
Author-email: singhsartaj94@gmail.com
License: MIT
Description: # README
        
        Clone of famous game Tic Tac Toe, based on the principals of Monte Carlo Simulation.
        
        ## Installation
        
        PyCross can be installed using pip
        
        ```
        pip install PyCross
        
        ```
        
        ## Uninstalling
        
        PyCross can be uninstalled using pip
        
        ```
        pip uninstall PyCross
        
        ```
        
        ## Documentation
        
        Run the following command to play PyCross
        
        ```
        pycross
        
        ```
        
        Can also be played on a terminal. Run the following command
        
        ```
        pycross -t
        
        ```
        * Run pycross -h /--help for various options
        
Keywords: game tic-tac-toe tictactoe play
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: X11 Applications :: GTK
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Games/Entertainment :: Board Games
