Chess Playing AI using alpha-beta pruning
 
 
Go to file
Brett 5aba3bb6c8 Merge remote-tracking branch 'github/main' 2022-12-19 22:28:55 -05:00
Michael _Edit's_(non_destructive) Added minMax algorithm test harness 2022-12-18 02:11:32 -05:00
resources Added display 2022-12-17 02:52:07 -05:00
src Fixed movements 2022-12-19 22:25:56 -05:00
.gitignore Initial commit 2022-12-16 21:47:26 -05:00
Final Project.iml Added inital code 2022-12-16 22:00:58 -05:00
LICENSE Initial commit 2022-12-16 21:47:26 -05:00
README.md Initial commit 2022-12-16 21:47:26 -05:00
commit.sh Fix commit.sh 2022-12-16 22:03:00 -05:00
test Fix commit.sh 2022-12-16 22:03:00 -05:00

README.md

COSC-3P71-Final-Project

Chess Playing AI using alpha-beta pruining