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
fixed a bug where you could still move the figures after check mate (in GUI-Version)
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).
