{ "info": { "author": "ShashiKant Dwivedi", "author_email": "raghoram2009@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet" ], "description": "Fifteen-Puzzle-Game\n==============\n\nA simple python puzzle game.\nPlay at you free time.\n\nThe code is Python 3 .\n\nInstallation\n------------\n\nFast install:\n\n::\n\n pip install Fifteen-Puzzle-Game\n\nFor a manual install get this package:\n\n::\n\n wget https://github.com/skdhell/Fifteen-Puzzle-Game/archive/master.zip\n unzip master.zip\n rm master.zip\n cd Fifteen-Puzzle-Game-master\n\nInstall the package:\n\n::\n\n python setup.py install \n\nExample\n--------\n\n.. code:: python\n\n from Game import main\n \n main.play() \n\n\noutput\n-------\n$------$------$------$------$\n| 1 | 2 | 3 | 4 |\n$------$------$------$------$\n| 5 | 6 | 7 | 8 |\n$------$------$------$------$\n| 9 | 10 | 11 | 12 |\n$------$------$------$------$\n| 13 | 14 | 15 | |\n$------$------$------$------$\nYou have completed this game in \nPress \nN: New Game\nS: Resume Last Game\nQ: Exit\nEnter Choice Here:\n\n \n \n\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/skdhell/Fifteen-Puzzle-Game", "keywords": "Solving Puzzle", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Fifteen-Puzzle-Game", "package_url": "https://pypi.org/project/Fifteen-Puzzle-Game/", "platform": "", "project_url": "https://pypi.org/project/Fifteen-Puzzle-Game/", "project_urls": { "Homepage": "https://github.com/skdhell/Fifteen-Puzzle-Game" }, "release_url": "https://pypi.org/project/Fifteen-Puzzle-Game/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A Simple Puzzle Game", "version": "0.0.1" }, "last_serial": 3997204, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "98132144c404e40b1a9e637f2aa61b64", "sha256": "5f71f9891c0a384a5e14fc595139df136fdad6f1d4b509662a686dc948b9c5ac" }, "downloads": -1, "filename": "Fifteen-Puzzle-Game-0.0.1.tar.gz", "has_sig": false, "md5_digest": "98132144c404e40b1a9e637f2aa61b64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2955, "upload_time": "2018-06-24T17:00:26", "url": "https://files.pythonhosted.org/packages/6d/fc/4645e27fd0693f4448bb715ca06d247518a438cb4ff780dae110d4c7cfd2/Fifteen-Puzzle-Game-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "98132144c404e40b1a9e637f2aa61b64", "sha256": "5f71f9891c0a384a5e14fc595139df136fdad6f1d4b509662a686dc948b9c5ac" }, "downloads": -1, "filename": "Fifteen-Puzzle-Game-0.0.1.tar.gz", "has_sig": false, "md5_digest": "98132144c404e40b1a9e637f2aa61b64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2955, "upload_time": "2018-06-24T17:00:26", "url": "https://files.pythonhosted.org/packages/6d/fc/4645e27fd0693f4448bb715ca06d247518a438cb4ff780dae110d4c7cfd2/Fifteen-Puzzle-Game-0.0.1.tar.gz" } ] }