Skip to content

seanonymous/chessAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a chess AI made using the minimax algorithm. The only outside resource used was John Zelle's graphics library for Python (Found here: http://mcsp.wartburg.edu/zelle/python/graphics.py).

To have actual pictures work as the pieces, download images from (https://en.wikipedia.org/wiki/Category:Chess_images) and put them in a folder names "/pieces" and name them "wpawn.png" "wrook.png" "wknight.png" "wbishop.png" "wqueen.png" "wking.png" and the same for black pieces, but with a "b" instead of a "w"

Made by Andrew Duerig

About

Python: My goal is to write an AI from scratch that can beat me at chess

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages