Chess Playing AI using alpha-beta pruning
 
 
Go to file
Brett 22797be579 Fixed movement on a pieces and user input 2022-12-19 22:29:04 -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 movement on a pieces and user input 2022-12-19 22:29:04 -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