Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 804 Bytes

File metadata and controls

30 lines (18 loc) · 804 Bytes

Update 01.01.2021

Version 2.0 ---- chess_v2_GUI.py

I completly revised my code, fixed some bugs and added more functions:

  • It displays the game history
  • Button added to restart the Game
  • It displays the turn of the player
  • The last move is visible through coloring
  • Rochade is added

alt text

Update 25.04.2020

fixed a bug where you could still move the figures after check mate (in GUI-Version)

Update 23.04.2020

I implemented a GUI via TKinter Version used: Python 3.7.4 Requirements: TKinter

This is a simple python made chess game to run in the console (chess.py). You can move by typing eg. "b2 d4".

Or you can also play via GUI (see chess_GUI.py).