-> Python Game Development Project using Pygame GUI -> Simple Two Player Chess Game
-> To Launch(Play) Game make sure you have python and pygame installed on your system -> Install Pygame using "pip install pygame" command in bash/terminal.
-> Writing Simple Pygame Program -> Setting up Window
-> Draw Chess Board -> Load Images of Piece
-> Draw Pieces on Board at their starting locations
-> Added Players Turn And Piece Delete Logic
-> Add Pawn Logic -> Draw on Available Moves
-> Fix Main Loop Logic -> Corrected Pawn Moves List Function
-> Adding Rook Moves Logic -> Adding Queen and Bishop Moves Logic -> Adding Knight Moves Logic
-> Adding Kings Moves Logic
-> Adding Check/CheckMate Logic
-> Updated Code
-> Optimized Code
-> Improved Code