Metadata-Version: 2.1
Name: ScotlandPYard
Version: 1.4.1
Summary: A python implementation of the board game 'Scotland Yard'
Home-page: https://github.com/AhmadZakaria/ScotlandPYard
Author: Ahmad Zakaria Mohammad
Author-email: ahmadz1991@gmail.com
License: MIT license
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.7)
Requires-Dist: networkx (==2.1)
Requires-Dist: numpy (==1.14.2)
Requires-Dist: PyQt5 (==5.10.1)
Requires-Dist: scipy (==1.0.1)

Scotland PYard
==============
[![image](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![image](https://img.shields.io/pypi/v/ScotlandPYard.svg)](https://pypi.python.org/pypi/ScotlandPYard) [![image](https://img.shields.io/travis/AhmadZakaria/ScotlandPYard.svg)](https://travis-ci.org/AhmadZakaria/ScotlandPYard) [![image](https://readthedocs.org/projects/scotlandpyard/badge/?version=latest)](https://ScotlandPYard.readthedocs.io/en/latest/?badge=latest) [![image](https://pyup.io/repos/github/AhmadZakaria/ScotlandPYard/shield.svg)](https://pyup.io/repos/github/AhmadZakaria/ScotlandPYard/)

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](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.
-   Some of the icons used are made by [Freepik](http://www.freepik.com) and [Eucalyp](https://www.flaticon.com/authors/eucalyp) from [www.flaticon.com](https://www.flaticon.com/), licensed by [CC 3.0BY](http://creativecommons.org/licenses/by/3.0/)


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

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

* First release on PyPI.


