Metadata-Version: 2.1
Name: pygame_chess_api
Version: 0.2.2
Summary: A chess API in python, provided with a fancy Pygame GUI
Project-URL: Documentation, https://pygame-chess-api.readthedocs.io/
Project-URL: Homepage, https://github.com/LupyXev/pygame_chess_api
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.
Keywords: chess,chess-engine,chess-game,chessboard,pygame
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: pygame
Description-Content-Type: text/markdown

## 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)

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*.

If you're having issues with the installation, please try to install pygame manually (`pip install pygame`) and then try again to install `pygame_chess_api`.
If it doesn't work, feel free to open an issue

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