Chess icon indicating copy to clipboard operation
Chess copied to clipboard

Chess program with AI

Results 5 Chess issues
Sort by recently updated
recently updated
newest added

There is a minor type error on line 1775 which is set to 'isAlive', however this issue is immediately corrected by changing this to the already existing function 'is_alive' [chess.txt](https://github.com/mnahinkhan/Chess/files/11647745/chess.txt)

hey i ran the code on py2 n it works now just wondering if ur planning on making some mods for a py3 version

1352, in (square_width*6,square_height*2)) TypeError: integer argument expected, got float

Hey, Sir i hope you are well i need a code of AI player for the university project in which alpha beta pruning algorithm. I see your code it is...

Hi! I have a python school project. My teacher asked me to make a game of chess and make it in a way that i can play the game against...