Metadata-Version: 1.1
Name: tictactoexxl
Version: 1.0.0
Summary: A tic-tac-toe game with xxl fun
Home-page: https://github.com/jordimarinvalle/tictactoexxl
Author: Jordi Marín Valle
Author-email: py.jordi@gmail.com
License: MIT
Description: TicTacToeXXL
        ============
        
        TicTacToeXXL is a tic tac toe game with xxl fun. The rules are the same, but there are not fixed elements -- you can create a tic tac toe game with **multiple players** on a **n*m grid** and the first player who **strikes 'x' movements in a row** (vertical/horizontal/diagonal) wins the game. Simple as playing a tic tac toe game but with xxl fun.
        
        
        Installation
        ------------
        
        Manual
        ~~~~~~
        For a manual installation, do as usual and execute the following --  unpack it, go to unpacked directory and run setup.py install
        
        .. code:: bash
        
            tar zxf tictactoexxl-{VERSION}.tar.gz
            cd tictactoexxl-{VERSION}/
            python setup.py install
        
        
        Support
        -------
        Python 2.7 and 3.4 version have been tested with success.
        
        
        License
        -------
        MIT License, so you can sell tictactoexxl package and no one will charge you for your action. ;)
        
        
        Testing
        -------
        
        .. code:: bash
        
            pip install pytest coverage pytest-cov tox
        
        
        Please install ``tox`` and ``pytest`` to test tictactoexxl package -- ``coverage`` and ``pytest-cov`` are not required for running the tests. Just simply runing ``tox`` on the tictactoexxl root directory and it will run the tests. Also ``python setup.py test`` will also provide the same feedback.
        
        
        
        Skills Proof / Cheat Style
        --------------------------
        
        TicTacToeXXL has been created to be applied as a proof of my personal Python development practices/knowledge and prove myself to create/distribute a Python package from scratch.
        
        If you need to create a tictactoe game to submit it on a job appliance, bachelor course, university master, however, please do not cheat, and leave any temptation to read / copy tictactoexxl code. It will not be the way. Be honest, do not cheat yourself and the code reviewer who might face your truth.
        
Keywords: tictactoe,tictactoexxl,game,board game
Platform: all
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Games/Entertainment :: Board Games
