Metadata-Version: 2.0
Name: ScotlandPYard
Version: 1.1.0
Summary: A python implementation of the board game 'Scotland Yard'
Home-page: https://github.com/AhmadZakaria/ScotlandPYard
Author: Ahmad Zakaria M.
Author-email: ahmadz1991@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: ScotlandPYard
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: networkx (==2.1)
Requires-Dist: numpy (==1.14.1)
Requires-Dist: petname (==2.2)
Requires-Dist: PyQt5 (==5.9.2)
Requires-Dist: scipy (==1.0.0)

==============
Scotland PYard
==============


.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
        :target: https://opensource.org/licenses/MIT

.. image:: https://img.shields.io/pypi/v/ScotlandPYard.svg
        :target: https://pypi.python.org/pypi/ScotlandPYard

.. image:: https://img.shields.io/travis/AhmadZakaria/ScotlandPYard.svg
        :target: https://travis-ci.org/AhmadZakaria/ScotlandPYard

.. image:: https://readthedocs.org/projects/ScotlandPYard/badge/?version=latest
        :target: https://ScotlandPYard.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/AhmadZakaria/ScotlandPYard/shield.svg
     :target: https://pyup.io/repos/github/AhmadZakaria/ScotlandPYard/
     :alt: Updates


A python implementation of the board game "Scotland Yard"


* Free software: MIT license
* Documentation: https://ScotlandPYard.readthedocs.io.


Features
--------

* Simple interface
* Colored edges according to ticket type
* Stubs for future AI implementations

To Do
-----
* Implement a good AI agent
* Finish the Gameplay

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2017-12-11)
------------------

* First release on PyPI.


