Skip to content

Playable chess engine made in python, with options to play against player or computer

Notifications You must be signed in to change notification settings

krish-134/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This chess engine was created using Eddie Sharick's youtube guide, linked here.
https://www.youtube.com/playlist?list=PLBwF487qi8MGU81nDGaeNE1EnNEPYWKY_

In this engine, the AI uses a min-max algorithm with alpha-beta pruning to get rid of unnecesary branches of moves, speeding on AI move-making.

To-do

  • Try different datastructure for Chess Engine
    • bit boards
    • Shorten the image string length and adjust code accordingly
  • Create move ordering
    • prioritize piece moves or attack moves instead of pawn moves Features to Include
  • Click and drag pieces
  • Allow player to choose moves in advance (while opponent makes their move)

About

Playable chess engine made in python, with options to play against player or computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages