Package for chess bots
Project description
Chessbots
It is simple chess API for bots, which is based on chess library. It provides small functionality, although it is enough to build your own bot from scratch.
Here is an example:
>>> import chessbots
>>> import chessbots.bot
>>> import chessbots.engine
>>> chessbots.bot.BaseBot() # The class which contans basic functions for your bot
>>> chessbots.bot.ExampleBot() # Built-in bot based on minimax algorithm
>>> chessbots.engine.LaunchGame(bot1, bot2) # Function which allows bots to play games against each other
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chessbots-0.2.0.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file chessbots-0.2.0.tar.gz
.
File metadata
- Download URL: chessbots-0.2.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d2b1ed7d523f9f478cf1030ed659dd837393afc9b284213d6e5a5134019d1bb |
|
MD5 | 74aa191368e45af5a6940d1ff746c793 |
|
BLAKE2b-256 | 2135f5095196473b700d18719e677b958fa40947a9c149d6fc7944976f705209 |
File details
Details for the file chessbots-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: chessbots-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec46cdd3497f7e9dbaf2ad4f90eb2e04365e48fa56e3eb4824f3375e5895b890 |
|
MD5 | 8a2101d579355cf4157ed17125e12084 |
|
BLAKE2b-256 | db107d656b190545ee66486a8f6f79c8ac28efa4a1cb0eb0f7b0c4ea5e3de996 |