{ "info": { "author": "Erik Rose", "author_email": "erikrose@grinchcentral.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Environment :: Console :: Curses", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Programming Language :: Python :: 2", "Topic :: Artistic Software", "Topic :: Games/Entertainment :: Simulation", "Topic :: Scientific/Engineering :: Artificial Life", "Topic :: Terminals" ], "description": "======\nConway\n======\n\nConway is a dead-simple implementation of Conway's Game Of Life using my\n`Blessings terminal library`_. It detects your terminal size and color depth\nand blits a lovely cellular automaton for your ogling pleasure.\n\n.. _Blessings terminal library: http://pypi.python.org/pypi/blessings/\n\n\nFeatures\n========\n\n* Simple implementation\n* Pretty colors\n* Few calories\n* Nudges itself out of repetitive patterns\n\nRather than having a zillion features, Conway focuses on clarity of\nimplementation. It's fun to hack on. Try implementing different ``wrap``\nparameters for ``next_board``!\n\n\nGetting it running\n==================\n\n::\n\n pip install conway\n conway.py\n\nYou should see life explode before your eyes. When you're done, hit control-C,\nand it'll clean up nicely after itself.\n\n\nKudos\n=====\n\nRipped off a really elegant implementation of the algorithm from Jack Diedrich\n(and ruined it).\n\n\nVersion History\n===============\n\n1.1\n * Use \"fullscreen mode\" so we don't leave a big white screen behind\n afterward.\n\n1.0\n * Initial release", "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/erikrose/conway", "keywords": "terminal,tty,console,game,life", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "conway", "package_url": "https://pypi.org/project/conway/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/conway/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/erikrose/conway" }, "release_url": "https://pypi.org/project/conway/1.1/", "requires_dist": null, "requires_python": null, "summary": "A simple, colorful Game Of Life demo on the terminal", "version": "1.1" }, "last_serial": 788416, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "111bd7b860b349a3b65386c1a22e2e98", "sha256": "6d716941511f8683f828a14744c1e89e10dcd9a992db769059905599905877cc" }, "downloads": -1, "filename": "conway-1.0.tar.gz", "has_sig": false, "md5_digest": "111bd7b860b349a3b65386c1a22e2e98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5002, "upload_time": "2012-06-07T07:25:34", "url": "https://files.pythonhosted.org/packages/c5/6c/f954f3edcf45db53a057be5bea36435582869afd455b804eb7f6afda27a9/conway-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "04766b5a92bad493fe30f184717e2943", "sha256": "21eaca45501923061a59ef99d51a785528d0dd976f6b334c94bbb24233e381bf" }, "downloads": -1, "filename": "conway-1.1.tar.gz", "has_sig": false, "md5_digest": "04766b5a92bad493fe30f184717e2943", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5137, "upload_time": "2012-06-22T07:26:38", "url": "https://files.pythonhosted.org/packages/6d/6f/424229b39fe32c9973e955502482d6857d26a056a15994b84a1cad99cbfc/conway-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "04766b5a92bad493fe30f184717e2943", "sha256": "21eaca45501923061a59ef99d51a785528d0dd976f6b334c94bbb24233e381bf" }, "downloads": -1, "filename": "conway-1.1.tar.gz", "has_sig": false, "md5_digest": "04766b5a92bad493fe30f184717e2943", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5137, "upload_time": "2012-06-22T07:26:38", "url": "https://files.pythonhosted.org/packages/6d/6f/424229b39fe32c9973e955502482d6857d26a056a15994b84a1cad99cbfc/conway-1.1.tar.gz" } ] }