17 lines
658 B
Markdown
17 lines
658 B
Markdown
# 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.
|
|
|
|
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](www.PySimpleGUI.com)
|