{ "info": { "author": "stefan94", "author_email": "stefandevries94@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Game Of Life\n\nThis program is build to demonstrate Conway's game of life.

\nThe game has several specific rules that cells obey. The color of the cell is depended on these rules.\nThe rules specify how many alive or dead neighbors a cell can have to stay alive, die or give birth.

\nAlthough the rules in Conway's game of life are very specific, this program will give the user the option to experiment\nwith these rules. The default rules in the program are based on Conway's Game of Life.

\n\nChanging the rules will give a radical change to way the cells interact, this program can be used to demonstrate the\nbalance and see what happens if it gets disrupted.

\n\nThe game can be installed in the terminal/shell using: pip install pygol
\nTo start the game use: pygol.rungame()
\nTo close the game use the close button in the game

", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/stefandevries94/GameOfLife.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pygol", "package_url": "https://pypi.org/project/pygol/", "platform": "", "project_url": "https://pypi.org/project/pygol/", "project_urls": { "Homepage": "https://github.com/stefandevries94/GameOfLife.git" }, "release_url": "https://pypi.org/project/pygol/1.2/", "requires_dist": null, "requires_python": "", "summary": "Conway's Game of Life, made with tkinter", "version": "1.2" }, "last_serial": 5337229, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "cf1af35257ed7a16c0e3944bee970ff2", "sha256": "5b9ae4401d6f1c6ad539088ac677d24f7441b475036b3c86fb2c3218788c0d4b" }, "downloads": -1, "filename": "pygol-1.0.tar.gz", "has_sig": false, "md5_digest": "cf1af35257ed7a16c0e3944bee970ff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3609, "upload_time": "2019-05-30T12:47:57", "url": "https://files.pythonhosted.org/packages/f7/bd/9cb4dedb0b08f126d714321b8fdb22566adc5b4d0435fb27a3b0f85386f0/pygol-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "175f6e48bfb83919c8cbdad08dfae848", "sha256": "c958918e314a8aa663e84765d94f04ea3feb23eb11fe34bb98cd24944697aa34" }, "downloads": -1, "filename": "pygol-1.1.tar.gz", "has_sig": false, "md5_digest": "175f6e48bfb83919c8cbdad08dfae848", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3576, "upload_time": "2019-05-30T12:56:55", "url": "https://files.pythonhosted.org/packages/be/7b/cf855754eb56e725254949df1e125b1082481101944ea59a68c7a0a9d5dc/pygol-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "05b559b514708a568fff326bda18ee81", "sha256": "75a6ce49a71a4b76b6099c93b3742db7710fd86a589e1d558f96e2c09fb930c4" }, "downloads": -1, "filename": "pygol-1.2.tar.gz", "has_sig": false, "md5_digest": "05b559b514708a568fff326bda18ee81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3714, "upload_time": "2019-05-30T13:12:29", "url": "https://files.pythonhosted.org/packages/95/4f/3381249256ca5fd3dd0f7a99b34e668291f4388772fa7fa409748b129b9a/pygol-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "05b559b514708a568fff326bda18ee81", "sha256": "75a6ce49a71a4b76b6099c93b3742db7710fd86a589e1d558f96e2c09fb930c4" }, "downloads": -1, "filename": "pygol-1.2.tar.gz", "has_sig": false, "md5_digest": "05b559b514708a568fff326bda18ee81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3714, "upload_time": "2019-05-30T13:12:29", "url": "https://files.pythonhosted.org/packages/95/4f/3381249256ca5fd3dd0f7a99b34e668291f4388772fa7fa409748b129b9a/pygol-1.2.tar.gz" } ] }