From 884d49a14f0a8db03e1ea092888881a3365466e9 Mon Sep 17 00:00:00 2001 From: PySimpleGUI <46163555+PySimpleGUI@users.noreply.github.com> Date: Sun, 25 Jun 2023 17:30:19 +0000 Subject: [PATCH] Automated Update! --- docs/Screens.md | 6 ++++++ docs/Screens2.md | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/docs/Screens.md b/docs/Screens.md index 4a3c93fc..d2c5e36d 100644 --- a/docs/Screens.md +++ b/docs/Screens.md @@ -1,3 +1,9 @@ +[luisegarduno](https://github.com/luisegarduno) 2023-06-25T05:18:40Z + +![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/30121656/80b10f6e-30f7-4159-8574-5f79bff705b1) + +----------- + [mrtnbm](https://github.com/mrtnbm) 2023-05-25T16:24:22Z ![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/49289399/1a234b86-9457-4d10-8080-ea064e915397) diff --git a/docs/Screens2.md b/docs/Screens2.md index ad705c3d..f2b1b736 100644 --- a/docs/Screens2.md +++ b/docs/Screens2.md @@ -1,3 +1,25 @@ +[luisegarduno](https://github.com/luisegarduno) 2023-06-25T05:18:40Z +**Chess (updated!)** + +Originally added/created by @MikeTheWatchGuy, the chess demos (player vs. player & player vs. Ai) were included in PySimpleGUI ([see here](https://github.com/PySimpleGUI/PySimpleGUI/tree/8b23740fca08b7f5bad3f0d32760f42a5202d3e1/Chess)), but were removed from the main branch towards the end of 2022. + +In terms of the changes that I made to the original code (see #5052): + +I updated **requirements.txt** to include the latest versions: +``` +PySimpleGUI==4.60.5 +python-chess==1.999 +``` +I then made changes within both of the demo files to remove any outdated or deprecated code causing errors. I also added compatibility for Linux, allowing users to import files that do not end in ".exe". + +Both chess demos have only been tested on Ubuntu 20.04 but should also work on Windows since not much was changed from the original code. Lastly, for the engine, I resulted in having to use Stockfish 13, since there was several issues when trying to use Stockfish 14 or Stockfish 15. + +https://github.com/luisegarduno/ChessGUI + +![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/30121656/80b10f6e-30f7-4159-8574-5f79bff705b1) + +----------- + [mrtnbm](https://github.com/mrtnbm) 2023-05-25T16:24:22Z Thanks to PSG, I've created the nicest GUI I've ever made that I'm now using for my own little naive prompt lib.