معرفی شرکت ها


chessengine-0.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A chess engine with no dependencies
ویژگی مقدار
سیستم عامل OS Independent
نام فایل chessengine-0.2.0
نام chessengine
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Hrushikesh Vaidya <hrushikeshrv@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/chessengine/
مجوز MIT License Copyright (c) 2022 Hrushikesh Vaidya 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.
# Chess Engine [![Documentation Status](https://readthedocs.org/projects/chessengine/badge/?version=latest)](https://chessengine.readthedocs.io/en/latest/?badge=latest) [![Linting](https://github.com/hrushikeshrv/chessengine/actions/workflows/linting.yml/badge.svg)](https://github.com/hrushikeshrv/chessengine/actions/workflows/linting.yml) A chess engine written in Python with no dependencies. All contributions welcome. ## Note This project is in active development and you may encounter bugs, especially in the game loop. ## Contribution Guide The contribution guide can be found on the [documentation page](https://chessengine.readthedocs.io/en/latest/contributing.html) ## Features - Internal bitboard representation - Alpha-beta pruned search - Move generation API - Opening book ## TODOs - Move ordering for faster forward search - Non-trivial board state evaluation using better heuristics ## Usage Install using `pip` - ```bash # macOS / Linux (could work on Windows) python3 -m pip install -U chessengine # Windows (the primary way) py -3 -m pip install -U chessengine ``` Start a game with the computer - ```bash chessengine play ``` or ```bash python -m chessengine play ``` If you want to play against another player - ```bash chessengine play -p ``` or ```bash python -m chessengine play -p ``` ## Developer Notes This project uses the [black](https://black.readthedocs.io/en/stable/) linter for determining code style. ```bash # Install black via pip. python -m pip install black # Do the lint! python -m black --check --verbose . ```


زبان مورد نیاز

مقدار نام
>3.5 Python


نحوه نصب


نصب پکیج whl chessengine-0.2.0:

    pip install chessengine-0.2.0.whl


نصب پکیج tar.gz chessengine-0.2.0:

    pip install chessengine-0.2.0.tar.gz