I was tasked with implementing chess for my Python class as a final project.
- an object oriented solution
- a visual interface made with pygame
- a way to play locally against another player
- a simple AI that makes random but correct moves
python chess.py <PVP/AI>