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
Release files for chessbots 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| chessbots-0.2.0.tar.gz | 5.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| chessbots-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.9 kB
Release files / chessbots-0.2.0.tar.gz
| Download URL | chessbots-0.2.0.tar.gz |
|---|---|
| Size | 5.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6d2b1ed7d523f9f478cf1030ed659dd837393afc9b284213d6e5a5134019d1bb
|
|
BLAKE2b-256 checksum How to use checksums |
2135f5095196473b700d18719e677b958fa40947a9c149d6fc7944976f705209
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / chessbots-0.2.0-py3-none-any.whl
| Download URL | chessbots-0.2.0-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ec46cdd3497f7e9dbaf2ad4f90eb2e04365e48fa56e3eb4824f3375e5895b890
|
|
BLAKE2b-256 checksum How to use checksums |
db107d656b190545ee66486a8f6f79c8ac28efa4a1cb0eb0f7b0c4ea5e3de996
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|