A downloadable game for Windows

Download NowName your own price

Github Link: https://github.com/BhaveshSolanki32/ChessAI

Chess with Chess AI is a software project that showcases the classic game of chess in two distinct modes: Human vs. Human and Human vs. AI. This project offers a clean and industry-standard implementation of chess gameplay and Chess AI which uses Mini max algorithm.

The project is open and welcomes contributions from the development community. Providing an opportunity to collectively enhance the project's capabilities.


Feel free to download the project from the github link given above.

Download

Download NowName your own price

Click download now to get access to the following files:

chess build.zip 27 MB

Comments

Log in with itch.io to leave a comment.

(2 edits)

The board's layout isn't quite right. Firstly the A1 square should always be black. and the white king should always be placed on E1. I can't promote a pawn either, or en passant, or castle. 

(+1)

hey thankyou for your constructive feedback, really appreciate it, as you can guess I am not a regular chess player, I made this game to learn about ai in turn based strategy games and to write clean code. I ran out of time before adding these features. I will defiantly return to this game and finish the incomplete things