play-snake


Nameplay-snake JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummarySnake game, made with python & curses. Play in the terminal. For Linux, Mac OS and Windows.
upload_time2024-03-12 15:39:15
maintainer
docs_urlNone
author4sushi
requires_python>=3.7
licenseMIT
keywords game snake curses
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # snake-game

Snake game, made with python & curses. Play in the terminal. For Linux, Mac OS and Windows.

<p align="center">
  <img src="doc/screenshot.png" />
</p>

## How to install

```shell
$ pip install snake-game
```

## How to play

```shell
$ snake
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "play-snake",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "game,snake,curses",
    "author": "4sushi",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c8/d2/1002981ff2483514b9331e99d91b81e93dd236fb4efb49b6ff831177eb1e/play-snake-0.0.2.tar.gz",
    "platform": null,
    "description": "# snake-game\n\nSnake game, made with python & curses. Play in the terminal. For Linux, Mac OS and Windows.\n\n<p align=\"center\">\n  <img src=\"doc/screenshot.png\" />\n</p>\n\n## How to install\n\n```shell\n$ pip install snake-game\n```\n\n## How to play\n\n```shell\n$ snake\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Snake game, made with python & curses. Play in the terminal. For Linux, Mac OS and Windows.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/4sushi/snake-game"
    },
    "split_keywords": [
        "game",
        "snake",
        "curses"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "008ae3b3ca8c1e1efd365e63dc9222e58eef22248c18f40f0c856bea2a8facca",
                "md5": "cfcffc2dc83fae38b9bb7446ce0faf03",
                "sha256": "44ef26db1c4054d4c17d295e85895b93683a45ce0062fccbc90ebd79fbdf9c75"
            },
            "downloads": -1,
            "filename": "play_snake-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cfcffc2dc83fae38b9bb7446ce0faf03",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5612,
            "upload_time": "2024-03-12T15:39:14",
            "upload_time_iso_8601": "2024-03-12T15:39:14.274074Z",
            "url": "https://files.pythonhosted.org/packages/00/8a/e3b3ca8c1e1efd365e63dc9222e58eef22248c18f40f0c856bea2a8facca/play_snake-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8d21002981ff2483514b9331e99d91b81e93dd236fb4efb49b6ff831177eb1e",
                "md5": "4cb7ea9e29d022f7032a11f7a3432b67",
                "sha256": "b565c59448ae16d95b0053e86cc6004f39a0b684872ce4fa2d733c25b8f1f637"
            },
            "downloads": -1,
            "filename": "play-snake-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4cb7ea9e29d022f7032a11f7a3432b67",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7668,
            "upload_time": "2024-03-12T15:39:15",
            "upload_time_iso_8601": "2024-03-12T15:39:15.938535Z",
            "url": "https://files.pythonhosted.org/packages/c8/d2/1002981ff2483514b9331e99d91b81e93dd236fb4efb49b6ff831177eb1e/play-snake-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 15:39:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "4sushi",
    "github_project": "snake-game",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "play-snake"
}
        
Elapsed time: 0.20175s