PySimpleGUI/Chess
PySimpleGUI 1b9291aedc
Update readme.md
2019-09-02 19:46:38 -04:00
..
ChessPiecesArray.png Full chess game demo 2018-10-11 15:17:44 -04:00
Demo_Chess_AGAINST_AI.py New demo of chess - Play against a real AI engine! 2018-10-23 13:59:48 -04:00
Demo_Chess_Board.py New chess pieces 2018-10-12 16:09:11 -04:00
bishopb.png Full chess game demo 2018-10-11 15:17:44 -04:00
bishopw.png Full chess game demo 2018-10-11 15:17:44 -04:00
blank.png Full chess game demo 2018-10-11 15:17:44 -04:00
game.pgn Full chess game demo 2018-10-11 15:17:44 -04:00
kingb.ico Full chess game demo 2018-10-11 15:17:44 -04:00
kingb.png Full chess game demo 2018-10-11 15:17:44 -04:00
kingw.png Full chess game demo 2018-10-11 15:17:44 -04:00
knightb.png Full chess game demo 2018-10-11 15:17:44 -04:00
knightw.png Full chess game demo 2018-10-11 15:17:44 -04:00
nbishopb.png New chess pieces 2018-10-12 16:09:11 -04:00
nbishopw.png New chess pieces 2018-10-12 16:09:11 -04:00
nkingb.png New chess pieces 2018-10-12 16:09:11 -04:00
nkingw.png New chess pieces 2018-10-12 16:09:11 -04:00
nknightb.png New chess pieces 2018-10-12 16:09:11 -04:00
nknightw.png New chess pieces 2018-10-12 16:09:11 -04:00
npawnb.png New chess pieces 2018-10-12 16:09:11 -04:00
npawnw.png New chess pieces 2018-10-12 16:09:11 -04:00
nqueenb.png New chess pieces 2018-10-12 16:09:11 -04:00
nqueenw.png New chess pieces 2018-10-12 16:09:11 -04:00
nrookb.png New chess pieces 2018-10-12 16:09:11 -04:00
nrookw.png New chess pieces 2018-10-12 16:09:11 -04:00
pawnb.png Full chess game demo 2018-10-11 15:17:44 -04:00
pawnw.png Full chess game demo 2018-10-11 15:17:44 -04:00
queenb.png Full chess game demo 2018-10-11 15:17:44 -04:00
queenw.png Full chess game demo 2018-10-11 15:17:44 -04:00
readme.md Update readme.md 2019-09-02 19:46:38 -04:00
requirements.txt Update Chess/requirements.txt 2018-10-12 18:22:24 -04:00
rookb.png Full chess game demo 2018-10-11 15:17:44 -04:00
rookw.png Full chess game demo 2018-10-11 15:17:44 -04:00

readme.md

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