From 1b9291aedc85aa8b495224536697f6c949d0f86d Mon Sep 17 00:00:00 2001 From: PySimpleGUI <46163555+PySimpleGUI@users.noreply.github.com> Date: Mon, 2 Sep 2019 19:46:38 -0400 Subject: [PATCH] Update readme.md --- Chess/readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Chess/readme.md b/Chess/readme.md index 1464783b5..037f51006 100644 --- a/Chess/readme.md +++ b/Chess/readme.md @@ -1,5 +1,8 @@ # PySimpleGUI-Chess A Chess Game Playback Program +![image](https://user-images.githubusercontent.com/46163555/64135781-4c58a600-cdba-11e9-968d-60ddfb4c8952.png) + + ## Introduction This is the start of a front-end GUI for an AI engine that plays chess. It simply reads moves the a PGN file and steps through it showing each of the moves on the board. @@ -10,4 +13,4 @@ Locate where the pacakge was installed and run the programs from that folder. Y ## Home Page (GitHub) -[www.PySimpleGUI.com](www.PySimpleGUI.com) \ No newline at end of file +[www.PySimpleGUI.com](www.PySimpleGUI.com)