Skip to content

Releases: KabilanMA/chess-game-ai

Chess v1.0.0 - Two-Player Chess Game

14 Jun 03:47
Compare
Choose a tag to compare

I'm excited to announce the first release of my Python Chess project! This release brings a fully functional two-player chess game for enthusiasts to enjoy. Please note that while I have made every effort to identify and fix bugs, there may still be some lurking within the code. We appreciate your understanding and encourage you to report any issues you encounter.

Key Features:

  • Play chess against a friend locally on a single machine
  • Full implementation of the standard chess rules
  • Interactive graphical interface using Pygame
  • Support for basic chess moves, including castling, en passant, and pawn promotion
  • Turn-based gameplay with visual indications
  • Ability to reset using 'R' keypress and change theme using 'T' keypress

I hope you have a great time playing Chess v1.0.0! Your feedback and bug reports are valuable to me as I continue to improve the project to play with AI in the future. Enjoy the game!