Game of Chess


Chess Repository

Game of chess that follows the usual rules. I created an in-terminal chess game that two players can compete against each other. The game will prompt the player to enter a move and only accepts valid moves given the piece type and current player. The chess game will also calculate each player's total points and captured pieces so far. This was created in Python for fun.