Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 670 Bytes

File metadata and controls

17 lines (11 loc) · 670 Bytes

ChessLAN

I love chess so in high school I decided to create a chess game in Python. I meant for it to be playable between 2 players on LAN but decided to keep it simple and the 2 people can play it on the same screen only.

It has all the rules of chess implemented. The player can see their previous moves in the classical chess notation. You can resign, draw the game, flip the board and it contains clocks. (made in 2017)

Requirements

  • tkinter
  • PIL

Credits

Screenshot1 Screenshot2 Screenshot3