A Python implementation of a chess game that allows you to initialize a chess board with pieces and visualize the starting position. chess_game/ ├── index.py # Main entry point ├── board.py # Board ...
Chess-Game-with-Python-Pygame A simple Chess Game built with Python and Pygame. Includes full piece movement, checks, captures, and smooth board visuals. Currently adding AI using Minimax and ...