Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 340 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 340 Bytes

Chess

I was tasked with implementing chess for my Python class as a final project.

Features

  • 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

Usage

python chess.py <PVP/AI>