-
Notifications
You must be signed in to change notification settings - Fork 4
Basic Chess AI doing alpha-beta pruning and quiescent search
License
tobijk/simple-chess
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published