Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 574 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 574 Bytes

Chess with python

  • just of boredom

  • Chess using pygame later to be used in making solver algorithms

  • Took the colors chess.com's tournament board style

Lacks:

  • FEN notation (optimized implementation for storing & reading board, currently using just an array)

  • En passant

  • Castling

  • Pawn promotion

  • Visual notation in corners (a,b,c.. h & 1,2,3.. 8)

  • Visual notation on moves made

  • Can return to a previous move but cannot return to another branch of moves that has been returned from

  • Notification for game ending