Metadata-Version: 1.1
Name: boatman
Version: 0.0.6
Summary: A simple logic game.
Home-page: https://github.com/jcrmatos/boatman
Author: Joao Carlos Roseta Matos
Author-email: jcrmatos@gmail.com
License: GNU General Public License v2 or later (GPLv2+)
Description: boatman 
        =======
        
        A simple logic game.
        
        Portuguese
        
        Um jogo de lógica simples.
        
        Description, features and To do
        -------------------------------
        
        **Description**
        
        A simple logic game.
        A boatman is comissioned to take a Wolf, a Goat and some Pasture to the other margin.
        He can only take one at the time.
        While he is on the dock, nothing happens.
        As soon as he leaves, the animals will try to eat.
        The order of transportation is important because the Wolf eats the Goat and the Goat eats the Pasture, but the Wolf doesn't eat the Pasture.
        
        Portuguese
        
        Um jogo de lógica simples.
        Um barqueiro é contratado para levar um Lobo, uma Cabra e Pasto para a outra margem.
        Só pode levar um de cada vez.
        Enquanto está na doca nada acontece.
        Assim que sai, os animais tentam comer.
        A ordem de transporte é importante porque o Lobo come a Cabra e a Cabra come o Pasto, mas o Lobo não come o Pasto.
        
        **Features:**
        
        * Easy to play.
        * Simple game.
        
        **To do**
        
        boatman.py: check for unicode and clear
        boatman.py: add sound
        boatman.py: gui version
        
        Installation and usage
        ----------------------
        
        **Installation**
        
        .. code:: bash
        
            $ pip install boatman
        
        **Usage**
        
        .. code:: bash
        
            $ boatman
        
        Resources and contributing
        --------------------------
        
        **Resources**
        
        * `Repository PyPI <https://pypi.python.org/pypi/boatman>`_
        * `Documentation PyPI <http://pythonhosted.org/boatman>`_
        * `Repository Github <https://github.com/jcrmatos/boatman>`_
        * `Documentation Read the Docs <http://boatman.readthedocs.org>`_
        
        **Contributing**
        
        If Other repository above is Github or compatible, follow these guidelines for contributing:
        
        1. Fork the `repository`_ .
        2. Make a branch of master and commit your changes to it.
        3. Ensure that your name is added to the end of the AUTHORS.rst file using the format:
           ``Name <email@domain.com>``
        4. Submit a Pull Request to the master branch.
        
        .. _repository: https://github.com/jcrmatos/boatman
        
        Copyright 2009-2015 Joao Carlos Roseta Matos. Licensed under the GNU General Public License v2 or later (GPLv2+).
        
Keywords: b,o,a,t, ,m,a,n
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Natural Language :: English
Classifier: Natural Language :: Portuguese
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
