{ "info": { "author": "Nicola Pezzotti", "author_email": "nicola.pezzotti@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3" ], "description": "========\nterm2048\n========\n\n.. image:: https://img.shields.io/travis/bfontaine/term2048.png\n :target: https://travis-ci.org/bfontaine/term2048\n :alt: Build status\n\n.. image:: https://img.shields.io/coveralls/bfontaine/term2048/master.png\n :target: https://coveralls.io/r/bfontaine/term2048?branch=master\n :alt: Coverage status\n\n.. image:: https://img.shields.io/pypi/v/term2048.png\n :target: https://pypi.python.org/pypi/term2048\n :alt: Pypi package\n\n.. image:: https://img.shields.io/pypi/dm/term2048.png\n :target: https://pypi.python.org/pypi/term2048\n\n**term2048** is a terminal-based version of 2048_.\n\n.. _2048: http://gabrielecirulli.github.io/2048/\n\n.. image:: https://github.com/bfontaine/term2048/raw/master/img/term2048.png\n\nInstall\n-------\n\n.. code-block::\n\n pip install term2048\n\nTo upgrade a previous installation, use:\n\n.. code-block::\n\n pip install -U term2048\n\nPlay\n----\n\n.. code-block::\n\n term2048\n\nThen use arrow keys to move. Since version 0.2.1 VI keys (h,j,k,l) are also\nsupported.\n\nUse ``-h`` to check the list of available options.\n\nTests\n-----\n\nClone this repo, then: ::\n\n [sudo] make deps\n make check\n\nNote: while ``term2048`` should work on Windows, tests are meant to run on\nUNIX-like OSes and ``term2048.keypress``-related tests could fail if run on\nWindows.\n\nContributions\n-------------\n\n* ``--version`` flag added by @aminb\n\nv0.2.0\n~~~~~~\n\n* Python 2.6 and 3.x support by @shaunduncan\n* Tests instructions fixed by @olafleur\n* Spawn probabilities fixed by @frankh\n* Colors improved by @idosch\n* hjkl keys support by @aminb\n* Windows support by @valtron\n* AZ mode by @JosephRedfern\n* The first file-related tests were added by @taeram", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Nicola17/term2048-AI", "keywords": null, "license": "Copyright \u00a9 2014 \u2013 Nicola Pezzotti\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "term2048-AI", "package_url": "https://pypi.org/project/term2048-AI/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/term2048-AI/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Nicola17/term2048-AI" }, "release_url": "https://pypi.org/project/term2048-AI/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "2048 in your terminal with an Artificial Intelligence", "version": "0.1.0" }, "last_serial": 1038172, "releases": { "0.1.0": [] }, "urls": [] }