Metadata-Version: 2.1
Name: pygame-chess-api
Version: 0.2.5
Summary: A chess API in python, provided with a fancy Pygame GUI
Author-email: LupyXev <lupyxev@protonmail.com>
License: MIT License
        
        Copyright (c) 2022 LupyXev
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: Documentation, https://pygame-chess-api.readthedocs.io/
Project-URL: Homepage, https://github.com/LupyXev/pygame_chess_api
Keywords: chess-engine,chess,pygame,chessboard,chess-game
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## pygame_chess_api package
[![Documentation Status](https://readthedocs.org/projects/pygame-chess-api/badge/?version=latest)](https://pygame-chess-api.readthedocs.io/en/latest/?badge=latest) [![wakatime](https://wakatime.com/badge/user/4934267d-01b8-4a77-9322-a854826595a9/project/25d5089e-cfbb-4988-bf34-b5d5d6667274.svg)](https://wakatime.com/badge/user/4934267d-01b8-4a77-9322-a854826595a9/project/25d5089e-cfbb-4988-bf34-b5d5d6667274)

Welcome to pygame_chess_api!
==================================

The goal of this package is to be able to **easily setup chess games**, with the **game engine and the graphical user interface given**.
Especially to enable you to *quickly build chess AI*.


Installation
=========================
To install this package you only have to run this: `pip install pygame_chess_api`.

If you're having issues with the installation, please try to install pygame manually first with `pip install pygame` and then try again to install this package without dependencies with the following command: `pip install --no-deps pygame_chess_api`.

If it doesn't work, feel free to open an issue

Getting Started
========================
To get started you can check the *Quickstart* on the documentation (https://pygame-chess-api.readthedocs.io/)

To run a quick test and see what working witch pygame_chess_api can look like you can also download examples on the GitHub Repository

**Please check the Documentation at https://pygame-chess-api.readthedocs.io/ to access to Quickstart, References, etc**
