Skip to content

JeniaD/chessbots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python package for chess bots

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages