Skip to content

AbhinavChede/Chess-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Chess-AI

# You have to install chess before running this AI
# Type 'pip install chess' to install chess

# Features of this AI include:
# 1. An alpha beta pruning search algorithm to search through the game states

# 2. An evaluation function that uses features of the game to calculate the overall evaluation of the state
# Evaluation function includes
#   - Piece Difference
#   - Pawn Structure
#   - Piece Development
#   - Center Control

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages