Skip to content

Basic Chess AI doing alpha-beta pruning and quiescent search

License

Notifications You must be signed in to change notification settings

tobijk/simple-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

SIMPLE CHESS

A basic Chess AI using min-max search with alpha-beta pruning and a simplistic
approach to quiescent search.


COMPILE

g++ -O2 -o chess *.cpp


PLAY

Enter your moves concatenating field names, e.g. 'b2b4'.

About

Basic Chess AI doing alpha-beta pruning and quiescent search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published