Metadata-Version: 2.4
Name: kesav-chess-2d
Version: 1.0.0
Summary: A 2D chess game with GUI
Author-email: sai kesav <saikesav67254@gmail.com>
Project-URL: Homepage, https://github.com/saikesav-sai/chess_2d
Keywords: chess,game,chess-2d
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Chess CLI

Thanks for opening.

A 2D chess game that's doesn't need other dependencies - purely written in python and it's in built funtions. Made this project to get experience in building a application in dev-professional way with project structure and industry standard practices and to also understand how to pushlish a python package to the INTERNET. 


## Features

- you can paly chess from your terminal, FYI this is does not contain full piece movements and rules, but most of them are implemented

## Installation

### From PyPI (Recommended)

```bash
pip install kesav-chess-2d
```

### From Source

```bash
git clone https://github.com/saikesav-sai/chess_2d.git
cd chess_2d
pip install -e .
```

## Requirements

- Python 3.9 or higher

## Usage

After installation, simply run:

```bash
chess-2d
```

### How to Play

1. The game starts with the standard chess board setup
2. Players alternate turns (white starts first)


## License

This project is licensed under The GNU GENERAL PUBLIC LICENSE.

## Author

**Sai Kesav**
- Email: saikesav67254@gmail.com
- GitHub: [@saikesav-sai](https://github.com/saikesav-sai)
- portfolio: [saikesav.tech](https://saikesav.tech/)


Made with ❤️ by ME
