Name | snakerun JSON |
Version |
0.0.4
JSON |
| download |
home_page | None |
Summary | A Python based CLI game for playing classical snake game |
upload_time | 2025-09-02 09:33:37 |
maintainer | None |
docs_url | None |
author | Ishan Bhat |
requires_python | >=3.6 |
license | None |
keywords |
snake
game
python
cli
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Snakerun <!-- omit in toc -->
A classic Snake game implemented in **Python** and played via cli.
[](https://pypi.org/project/snakerun/)
[](https://pypi.org/project/snakerun/)
[](LICENSE)
[](https://github.com/bhatishan2003/snakerun/actions/workflows/python-app.yml)
[](https://codecov.io/gh/bhatishan2003/snakerun)
## Table of Contents <!-- omit in toc -->
- [Installation](#installation)
- [Usage](#usage)
---
## Installation
- From PyPi
```bash
pip install snakerun
```
- From Source :
```bash
git clone https://github.com/bhatishan2003/snakerun.git
cd snakerun
pip install .
```
## Usage
Run the following command in the terminal to play the game.
```bash
snakerun
```

Raw data
{
"_id": null,
"home_page": null,
"name": "snakerun",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "snake game python cli",
"author": "Ishan Bhat",
"author_email": "ishan2003bhat@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/43/f5/6f95724d60a2248d8f1c9e6afc9e485546b5ce81f67a460f7ce4b102de07/snakerun-0.0.4.tar.gz",
"platform": null,
"description": "# Snakerun <!-- omit in toc -->\n\nA classic Snake game implemented in **Python** and played via cli.\n\n[](https://pypi.org/project/snakerun/)\n[](https://pypi.org/project/snakerun/)\n[](LICENSE)\n[](https://github.com/bhatishan2003/snakerun/actions/workflows/python-app.yml)\n[](https://codecov.io/gh/bhatishan2003/snakerun)\n\n## Table of Contents <!-- omit in toc -->\n\n- [Installation](#installation)\n- [Usage](#usage)\n\n---\n\n## Installation\n\n- From PyPi\n\n ```bash\n pip install snakerun\n ```\n\n- From Source :\n\n ```bash\n git clone https://github.com/bhatishan2003/snakerun.git\n cd snakerun\n pip install .\n ```\n\n## Usage\n\nRun the following command in the terminal to play the game.\n\n```bash\nsnakerun\n```\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python based CLI game for playing classical snake game",
"version": "0.0.4",
"project_urls": null,
"split_keywords": [
"snake",
"game",
"python",
"cli"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b4e5eb2c47e2951e2e990b9d7d5b80aae71e224f8f1efed28035e0411bedc17e",
"md5": "3c1f3ad5354bc2da6120eed260a6c9bb",
"sha256": "c318875cb0dda90b8b4bd4c2cf867fca62b11b3357ea3c35f60c2b4ae0c9273b"
},
"downloads": -1,
"filename": "snakerun-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3c1f3ad5354bc2da6120eed260a6c9bb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 6334,
"upload_time": "2025-09-02T09:33:35",
"upload_time_iso_8601": "2025-09-02T09:33:35.484049Z",
"url": "https://files.pythonhosted.org/packages/b4/e5/eb2c47e2951e2e990b9d7d5b80aae71e224f8f1efed28035e0411bedc17e/snakerun-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "43f56f95724d60a2248d8f1c9e6afc9e485546b5ce81f67a460f7ce4b102de07",
"md5": "40f7f93700c2e248d14b30368c2a4712",
"sha256": "814f77cf4e3fa936d978d16caf3e17acf8d54c680de763c8c4f939d5564a534b"
},
"downloads": -1,
"filename": "snakerun-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "40f7f93700c2e248d14b30368c2a4712",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 154544,
"upload_time": "2025-09-02T09:33:37",
"upload_time_iso_8601": "2025-09-02T09:33:37.243825Z",
"url": "https://files.pythonhosted.org/packages/43/f5/6f95724d60a2248d8f1c9e6afc9e485546b5ce81f67a460f7ce4b102de07/snakerun-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-02 09:33:37",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "snakerun"
}