Skip to content

denizberkin/test_chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages