Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 487 Bytes

File metadata and controls

8 lines (7 loc) · 487 Bytes

gomokuAI

#This game made using minimax alpha-beta pruning and a strong evaluation function. #To run this project you need to be installed jdk-7 or the next versions. #download zip and extract, then move the project folder(gomokuAI) to your working directory. run the Main.java file. Thats all. #If you are happy please give me a star. #Thanks.

Thanks to Uddip Acharjee for making a beutiful User Interface and Maloy Kanti Sarkar for making a strong evaluation function and bug fixing