Chess Playing AI using alpha-beta pruning
 
 
Go to file
MikeBlu 715f566697
Added minMax algorithm test harness
Don't know where my original Main.java commit went, but here it is.
2022-12-18 02:11:32 -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 Fix piece colors 2022-12-18 00:07:20 -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