A chess game in python
Used Chatgpt for some UI fixes and writing the readMe
A chess game in python
Used Chatgpt for some UI fixes and writing the readMe
Shipped a Python chess engine with a Pygame UI and a Minimax-based AI.
Learned how to model game state, generate legal moves, and connect AI decision-making with real-time rendering. This is not a perfect project but feedbacks will make this better.
I have made some UI changes, bug fixes and AI optimization
Log in to leave a comment
It is close to completion. I fixed some logic and UI bugs
Log in to leave a comment
It has been a minute……..
I have implemented SAN move log
I also have developed minimax depth 2 engine.(It is not great though but it plays)
Log in to leave a comment
I have added some UI elements and fixed some check, checkmate related bug.
Log in to leave a comment
I have implemented random AI move generation. Some bugs are still there.
Log in to leave a comment
I have added move hightlight for every move.
Log in to leave a comment
I have added castle and en passant.
Log in to leave a comment
I have implemented en passant and pawn promotion
Log in to leave a comment
I have added all the other pieces moves. it was copy paste logic most of the time
Log in to leave a comment
What I have done ->
-Rook moves
-Moves for both sides
I have to add moves for other pieces and generate valid moves
Log in to leave a comment
I have implemented pawn moves and captures for white side only.
Log in to leave a comment
I have implemented moves in the but valid moves are still in progress
Log in to leave a comment