Create README.md
This commit is contained in:
parent
3eb99eb809
commit
439a704ec0
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal 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.
|
||||
|
||||

|
||||
|
Loading…
Add table
Add a link
Reference in a new issue