Skip to content

shaynabergeron/Chess-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Chess-Bot

Created in my Artificial Intelligence class: A chess bot which doesn't select its next move at random. Uses deep iterative search methods and alpha beta pruning for min and max. Able to evaluate each State, return the current state of the moves that are the most desirable for the player. The purpose of this project was to be able to beat the other bots given to us in the project, every bot with a more advanced technique of play.

The GUI was given, my bot was created using Java on the IDE Eclipse.

Example of gameplay: Screen Shot 2021-03-15 at 2 18 55 PM

About

Created in my Artificial Intelligence class: A chess bot which doesn't select its next move at random.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors