Chess Minimax AI
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.
Status | Released |
Platforms | Windows |
Author | Bhavesh solanki |
Genre | Strategy |
Tags | artificial-intelligence, bot, Chess, chess-ai, chess-bot, mini-max, mini-max-algorithm, Singleplayer |
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.
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.
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