[idk insert an image of the logo here?]
___
<div align="center">
<br>
<a href="https://github.com/NoGambling1/ConsoleGames/tree/main/docs"><kbd> <br> Docs <br> </kbd></a>  
<a href="https://github.com/NoGambling1/ConsoleGames/tree/main/docs/FAQ"><kbd> <br> FAQ <br> </kbd></a>  
<a href="https://discord.gg/yYdE2S43cY"><kbd> <br> Discord❤️ <br> </kbd></a>
</div><br>
<div align="center">
## 💙 ** Terminal Games ** 💙
#### ConsoleGames
![GitHub Repo stars](https://img.shields.io/github/stars/NoGambling1/ConsoleGames?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/NoGambling1/ConsoleGames?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/NoGambling1/ConsoleGames?style=for-the-badge&color=cba6f7) <a href="https://discord.gg/yYdE2S43cY"> <img src="https://img.shields.io/discord/1087366162767167498?style=for-the-badge&logo=discord&color=cba6f7&link=https%3A%2F%2Fdiscord.gg%9yYdE2S43cY"> </a>
![PyPI - Version](https://img.shields.io/pypi/v/gamblingandorangesconsolegames?style=for-the-badge&color=cba6f7)
<br/>
</div>
## Introduction
welcome to the repo ConsoleGames. as the name implies, it is a collection of games that can run in your terminal in python
## Games List
we have a variety of planned and already developed games
- Tic-Tac-Toe
- Tetris
- Sudoku
- Snake
- Chess
- Conway's Game of Life
- Pacman
- Solitare
- More to be added
## Documentation
### Docs info
documentation is still in progress. all of the docs that are currently added are located in the `docs/` directory
## Getting started
wanna play them? pretty simple. you can use the repl link to play them via replit, or you can clone the repo and run `main.py`.
### For Repl:
go [here](https://replit.com/@orangejuiceplz/ConsoleGames)
### For Cloning
open a terminal and go to a directory that you want to house the files in
then,
```bash
git clone https://github.com/NoGambling1/ConsoleGames.git
cd ConsoleGames
```
now, make sure you have the req installed.
```python
pip install -r requirements.txt
```
now you can run,
```bash
cd src
cd gamblingandorangesconsolegames
python main.py
```
### For the lazy people
i've created a couple scripts depending on your os.
navigate to the `auto/` directory and then navigate to your os directory
for example, if you're on windows, you would go to `auto/nt/` directory and download the install.ps1
then, you can simply just run the script. it'll do the work for you lazy people.
lamdashi out ✌️
## LICENSING
ConsoleGames is licensed under the MIT License. See the [LICENSE](https://github.com/NoGambling1/ConsoleGames/blob/main/LICENSE) for more information.
## Contributions
any contributions are welcome, just refer to the [contributor's file](https://github.com/NoGambling1/ConsoleGames/blob/main/docs/CONTRIBUTING.md)
}## side notes by lamdashi
this project is on pypi. so you can js import and use in your own project if you want
i just like the little green dot and the fact that i went thru hell for that.
tests are available under the `tests/` directory. more to be added
Raw data
{
"_id": null,
"home_page": "https://github.com/NoGambling1/ConsoleGames",
"name": "GamblingAndOrangesConsoleGames",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.12",
"maintainer_email": null,
"keywords": "games, console, python, cli",
"author": "NoGambling",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/23/66/52316271d2ad6398e405da9630537d47ac3d58c35f28f20a7ef956cc45c1/gamblingandorangesconsolegames-0.1.20.tar.gz",
"platform": null,
"description": "[idk insert an image of the logo here?]\n\n___\n\n<div align=\"center\">\n<br>\n <a href=\"https://github.com/NoGambling1/ConsoleGames/tree/main/docs\"><kbd>\u2003<br>\u2003Docs\u2003<br>\u2003</kbd></a>  \n <a href=\"https://github.com/NoGambling1/ConsoleGames/tree/main/docs/FAQ\"><kbd>\u2003<br>\u2003FAQ\u2003<br>\u2003</kbd></a>  \n <a href=\"https://discord.gg/yYdE2S43cY\"><kbd>\u2003<br>\u2003Discord\u2764\ufe0f\u2003<br>\u2003</kbd></a>\n</div><br>\n\n<div align=\"center\">\n\n## \ud83d\udc99 ** Terminal Games ** \ud83d\udc99\n#### ConsoleGames\n\n![GitHub Repo stars](https://img.shields.io/github/stars/NoGambling1/ConsoleGames?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/NoGambling1/ConsoleGames?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/NoGambling1/ConsoleGames?style=for-the-badge&color=cba6f7) <a href=\"https://discord.gg/yYdE2S43cY\"> <img src=\"https://img.shields.io/discord/1087366162767167498?style=for-the-badge&logo=discord&color=cba6f7&link=https%3A%2F%2Fdiscord.gg%9yYdE2S43cY\"> </a>\n![PyPI - Version](https://img.shields.io/pypi/v/gamblingandorangesconsolegames?style=for-the-badge&color=cba6f7)\n\n<br/>\n</div>\n\n\n## Introduction\n\nwelcome to the repo ConsoleGames. as the name implies, it is a collection of games that can run in your terminal in python\n\n## Games List\n\nwe have a variety of planned and already developed games\n - Tic-Tac-Toe\n - Tetris\n - Sudoku\n - Snake\n - Chess\n - Conway's Game of Life\n - Pacman\n - Solitare\n - More to be added\n\n## Documentation\n\n### Docs info\n\ndocumentation is still in progress. all of the docs that are currently added are located in the `docs/` directory\n\n## Getting started\n\nwanna play them? pretty simple. you can use the repl link to play them via replit, or you can clone the repo and run `main.py`.\n\n### For Repl:\n\ngo [here](https://replit.com/@orangejuiceplz/ConsoleGames)\n\n### For Cloning\n\nopen a terminal and go to a directory that you want to house the files in\n\nthen,\n\n```bash\ngit clone https://github.com/NoGambling1/ConsoleGames.git\ncd ConsoleGames\n```\nnow, make sure you have the req installed.\n\n```python\n\npip install -r requirements.txt\n\n```\nnow you can run,\n\n```bash\ncd src\ncd gamblingandorangesconsolegames\npython main.py\n```\n### For the lazy people\n\ni've created a couple scripts depending on your os.\n\nnavigate to the `auto/` directory and then navigate to your os directory\n\nfor example, if you're on windows, you would go to `auto/nt/` directory and download the install.ps1\n\nthen, you can simply just run the script. it'll do the work for you lazy people.\n\nlamdashi out \u270c\ufe0f\n\n## LICENSING\n\nConsoleGames is licensed under the MIT License. See the [LICENSE](https://github.com/NoGambling1/ConsoleGames/blob/main/LICENSE) for more information.\n\n## Contributions\n\nany contributions are welcome, just refer to the [contributor's file](https://github.com/NoGambling1/ConsoleGames/blob/main/docs/CONTRIBUTING.md)\n\n}## side notes by lamdashi\n\nthis project is on pypi. so you can js import and use in your own project if you want\ni just like the little green dot and the fact that i went thru hell for that.\n\ntests are available under the `tests/` directory. more to be added\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "a collection of terminal games written in python",
"version": "0.1.20",
"project_urls": {
"Homepage": "https://github.com/NoGambling1/ConsoleGames",
"Repository": "https://github.com/NoGambling1/ConsoleGames"
},
"split_keywords": [
"games",
" console",
" python",
" cli"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e5b5b85f39e9aafbf4282a35af561df7c512c0bb5bc1eda99fc2a573500f5742",
"md5": "a4f63d24a8c2734d82a96705134efb07",
"sha256": "3d8f620a97449b3930bd5ad9889d495d878d81abec8ea4fc765e6e73d36df169"
},
"downloads": -1,
"filename": "gamblingandorangesconsolegames-0.1.20-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a4f63d24a8c2734d82a96705134efb07",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.12",
"size": 33817,
"upload_time": "2024-08-14T23:54:01",
"upload_time_iso_8601": "2024-08-14T23:54:01.928005Z",
"url": "https://files.pythonhosted.org/packages/e5/b5/b85f39e9aafbf4282a35af561df7c512c0bb5bc1eda99fc2a573500f5742/gamblingandorangesconsolegames-0.1.20-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "236652316271d2ad6398e405da9630537d47ac3d58c35f28f20a7ef956cc45c1",
"md5": "152b11edfbafe1a1fb7b04dbcd6719cd",
"sha256": "81ff8ce7644f29a2ec6837bff7b15d1f2dfe69a199b875196521cd8ad999e97f"
},
"downloads": -1,
"filename": "gamblingandorangesconsolegames-0.1.20.tar.gz",
"has_sig": false,
"md5_digest": "152b11edfbafe1a1fb7b04dbcd6719cd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.12",
"size": 75558,
"upload_time": "2024-08-14T23:54:03",
"upload_time_iso_8601": "2024-08-14T23:54:03.422788Z",
"url": "https://files.pythonhosted.org/packages/23/66/52316271d2ad6398e405da9630537d47ac3d58c35f28f20a7ef956cc45c1/gamblingandorangesconsolegames-0.1.20.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-14 23:54:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "NoGambling1",
"github_project": "ConsoleGames",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "gamblingandorangesconsolegames"
}