PySimpleGUI/Chess
2019-09-02 19:46:38 -04:00
..
bishopb.png
bishopw.png
blank.png
ChessPiecesArray.png
Demo_Chess_AGAINST_AI.py
Demo_Chess_Board.py
game.pgn
kingb.ico
kingb.png
kingw.png
knightb.png
knightw.png
nbishopb.png
nbishopw.png
nkingb.png
nkingw.png
nknightb.png
nknightw.png
npawnb.png
npawnw.png
nqueenb.png
nqueenw.png
nrookb.png
nrookw.png
pawnb.png
pawnw.png
queenb.png
queenw.png
readme.md
requirements.txt
rookb.png
rookw.png

PySimpleGUI-Chess A Chess Game Playback Program

image

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.

To play against the AI run the program Demo_Chess_AGAINST_AI.py

Locate where the pacakge was installed and run the programs from that folder. You need to run from the installed folder so that the images of the chess pieces are located.

Home Page (GitHub)

www.PySimpleGUI.com