Chess Playing AI using alpha-beta pruning
 
 
Go to file
Brett 8975d3b535 Should be all the pieces and special moves in. Plus movement function.
Have not tested anything yet
2022-12-17 00:24:40 -05:00
src Should be all the pieces and special moves in. Plus movement function. 2022-12-17 00:24:40 -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