chessbot_python
chessbot_python copied to clipboard
This chessbot uses computer vision and python to play chess automatically
list of library needed that doesn't come by default with python
this bot is really well-programmed, hats off to the developer! (especially how the board is detected automatically) but, most of the time the bot will not see the move the...
The python-chess module now uses a different interface for chess.uci. I am willing to make a pull request to update it to the current library standard, if the author of...
When trying to start the program I encountered the error 'No module named 'chess'' I am not very experienced in these sort of things especially python so I am unsure...
I wanna the bot to play a game in 1 min or 2 min. How to do it? Am I need to edit the code and fix it? Thanks in...
You mentioned in you readme file "Add it to your path with : export PATH=$PATH:$(pwd)" but as I was trying on Windows it on windows, I downloaded the Stockfish file...
In your code I have seen that it says that you use (import chess.uci) to go from 1. e4 to e2e4. I wanted to know how this operation is carried...
Traceback (most recent call last): File "main.py", line 3, in import chessboard_detection File "/Users/aleksandrveselov/Desktop/chessbot_python-master/code/chessboard_detection.py", line 1, in import numpy as np ModuleNotFoundError: No module named 'numpy'
There are some problems. 1. please make requirements.txt file. 2. The bot stops after 7 moves in windows 3. It cant detect the current position of the game. 4. Mouse...