Metadata-Version: 2.1
Name: GamblingAndOrangesConsoleGames
Version: 0.1.20.dev239
Summary: a collection of terminal games written in python
Home-page: https://github.com/NoGambling1/ConsoleGames
License: MIT
Keywords: games,console,python,cli
Author: NoGambling
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: colorama (==0.4.6)
Requires-Dist: keyboard (==0.13.5)
Requires-Dist: psutil (>=6.0.0,<7.0.0)
Requires-Dist: pyperclip (>=1.9.0,<2.0.0)
Project-URL: Repository, https://github.com/NoGambling1/ConsoleGames
Description-Content-Type: text/markdown

[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>&ensp;&ensp;
  <a href="https://github.com/NoGambling1/ConsoleGames/tree/main/docs/FAQ"><kbd> <br> FAQ <br> </kbd></a>&ensp;&ensp;
  <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

