commit
						605625d2fa
					
				
					 3 changed files with 13 additions and 33864 deletions
				
			
		
							
								
								
									
										33862
									
								
								Chess/Malakhov.pgn
									
										
									
									
									
								
							
							
						
						
									
										33862
									
								
								Chess/Malakhov.pgn
									
										
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
							
								
								
									
										13
									
								
								Chess/readme.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								Chess/readme.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | ||||||
|  | # PySimpleGUI-Chess A Chess Game Playback Program | ||||||
|  | 
 | ||||||
|  | ## 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) | ||||||
|  | @ -1,8 +1,6 @@ | ||||||
| #!/usr/bin/env python | #!/usr/bin/env python | ||||||
| import sys | import sys | ||||||
| 
 | 
 | ||||||
| from Demo_Turtle import canvas |  | ||||||
| 
 |  | ||||||
| if sys.version_info[0] >= 3: | if sys.version_info[0] >= 3: | ||||||
|     import PySimpleGUI as sg |     import PySimpleGUI as sg | ||||||
| else: | else: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue