Create README.md

This commit is contained in:
Crizomb 2023-03-04 18:48:38 +01:00 committed by GitHub
parent 3eb99eb809
commit 439a704ec0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# Chess-AI-Python
Pure python chess AI, and visual interface using min-max alpha-beta puring and handmade board evaluation function.
Tree depth is choosen each turn in function of the previous turn exec time. But is typically arround 4 at the begning of the game and 6 at endgame.
Optimized for pypy.
Rank arround 1600 elo in chess.com.
![chess_interface](https://user-images.githubusercontent.com/62544756/222920971-51ac6aa5-d8cf-467d-af44-86a244515492.png)