Dirk94 / ChessAI

Chess AI written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some thoughts.

ankith26 opened this issue · comments

Hello. I am working on a python chess project myself and came across your program for ideas on how to make the AI...
Your program looks very elegant and the AI part is good, but as I ran the code, it passed some errors. And you can take take a look at my program(which is messy and unorganised because it lacks classes). I suggest using pygame for gui -which is very easy to impliment.
It also misses Pawn promotion. A filter for valid moves is missing(i guess).
But it is some good work on the whole.