game-of-life-animation


Namegame-of-life-animation JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryA simple implementation of Conway's Game of Life using Python. Uses ascii-animator to animate the game to the terminal.
upload_time2024-09-02 20:30:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # game-of-life
[![python](https://img.shields.io/badge/python-3.9-teal)](https://www.python.org/downloads/)

A simple implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life ) using Python. Uses [ascii-animator](https://pypi.org/project/ascii-animator/) to animate the game to the terminal.

## Install

```bash
pip install game-of-life-animation
```

## Execute

```bash
game-of-life
```

![example](https://raw.githubusercontent.com/soda480/game-of-life/main/docs/images/game-of-life.gif)

## Development

```bash
python -m pip install --upgrade build
python -m build
```

## Execution using Docker image
```bash
docker container run --rm -it soda480/game-of-life:latest
```

## Execution using locally built Docker image
Clone this repository to your machine, then change directory to the directory where the repository was cloned.

Build Docker Image:
```bash
docker image build -t game-of-life:latest .
```

Run Docker Container:
```bash
docker container run --rm -t game-of-life:latest
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "game-of-life-animation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Emilio Reyes <soda480@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/db/cd/df1f0e27ce9d3214ebc89db952130591a221d5e63ec45c0573c574ee859e/game_of_life_animation-0.1.2.tar.gz",
    "platform": null,
    "description": "# game-of-life\n[![python](https://img.shields.io/badge/python-3.9-teal)](https://www.python.org/downloads/)\n\nA simple implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life ) using Python. Uses [ascii-animator](https://pypi.org/project/ascii-animator/) to animate the game to the terminal.\n\n## Install\n\n```bash\npip install game-of-life-animation\n```\n\n## Execute\n\n```bash\ngame-of-life\n```\n\n![example](https://raw.githubusercontent.com/soda480/game-of-life/main/docs/images/game-of-life.gif)\n\n## Development\n\n```bash\npython -m pip install --upgrade build\npython -m build\n```\n\n## Execution using Docker image\n```bash\ndocker container run --rm -it soda480/game-of-life:latest\n```\n\n## Execution using locally built Docker image\nClone this repository to your machine, then change directory to the directory where the repository was cloned.\n\nBuild Docker Image:\n```bash\ndocker image build -t game-of-life:latest .\n```\n\nRun Docker Container:\n```bash\ndocker container run --rm -t game-of-life:latest\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple implementation of Conway's Game of Life using Python. Uses ascii-animator to animate the game to the terminal.",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/soda480/game-of-life"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd5a4343437a9ea3c46dec5c159f08bfafcc659166f61b60ff1cbfb7e83a19ca",
                "md5": "9925b11d7dd5b27750719fa2b2794954",
                "sha256": "33ecf51db36e6d62dfe71bbb022444d21429c537bc71b8d6441710a0945fc1c2"
            },
            "downloads": -1,
            "filename": "game_of_life_animation-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9925b11d7dd5b27750719fa2b2794954",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3592,
            "upload_time": "2024-09-02T20:30:55",
            "upload_time_iso_8601": "2024-09-02T20:30:55.651732Z",
            "url": "https://files.pythonhosted.org/packages/bd/5a/4343437a9ea3c46dec5c159f08bfafcc659166f61b60ff1cbfb7e83a19ca/game_of_life_animation-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbcddf1f0e27ce9d3214ebc89db952130591a221d5e63ec45c0573c574ee859e",
                "md5": "290c809d9f16b3a942dfb7e89ef8f0be",
                "sha256": "187a8c8684846a2578a03da5fea181efd3b877c64cceede0d0fa17a55242ef26"
            },
            "downloads": -1,
            "filename": "game_of_life_animation-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "290c809d9f16b3a942dfb7e89ef8f0be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3084,
            "upload_time": "2024-09-02T20:30:56",
            "upload_time_iso_8601": "2024-09-02T20:30:56.706479Z",
            "url": "https://files.pythonhosted.org/packages/db/cd/df1f0e27ce9d3214ebc89db952130591a221d5e63ec45c0573c574ee859e/game_of_life_animation-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-02 20:30:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "soda480",
    "github_project": "game-of-life",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "game-of-life-animation"
}
        
Elapsed time: 0.46937s