This project implements a 3D Chess Board in Python, allowing players to experience chess in a more interactive and visually engaging way. Unlike traditional 2D chess, this project adds a third ...
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 ...