Skip to main content

A chess engine with no dependencies

Project description

Chess Engine

Documentation Status Formatting

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 and/or implementation of game rules.

Contribution Guide

The contribution guide can be found on the documentation page

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 -

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

chessengine play

or

python -m chessengine play

If you want to play against another player -

chessengine play -p

or

python -m chessengine play -p

Developer Notes

This project uses the black linter for determining code style.

# Install black via pip.
python -m pip install black==22.10.0

# Format
black .

If you've forked this repository, consider enabling GitHub Actions to leverage the automatic pull request creation provided for resolving code formatting errors!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chessengine-0.3.4.tar.gz (6.1 MB view details)

Uploaded Source

Built Distribution

chessengine-0.3.4-py3-none-any.whl (3.2 MB view details)

Uploaded Python 3

File details

Details for the file chessengine-0.3.4.tar.gz.

File metadata

  • Download URL: chessengine-0.3.4.tar.gz
  • Upload date:
  • Size: 6.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for chessengine-0.3.4.tar.gz
Algorithm Hash digest
SHA256 efe21948ed08b5bdf9196d6d7ef6f6505dbce38b9fcdfcb20988d4ce0d7ee038
MD5 978cee68f8c25dc527326376cad8bf98
BLAKE2b-256 ec0e2213aac27dc5b6fec0ddca45c8941eae53eb4713faca7f0139c016647edb

See more details on using hashes here.

File details

Details for the file chessengine-0.3.4-py3-none-any.whl.

File metadata

  • Download URL: chessengine-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for chessengine-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c10993e9236d536b5554e363e4874520ee6f7e31c5587ec5521701bdbc60022b
MD5 675b40ed5824c812bb6663c19dcc088a
BLAKE2b-256 7c1f3f90ac9836251142a16b723e9e99ea2657f5b1a7956e0c0c3a19d440ae5e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page