Play Gomoku against computer player. The computer player is implemented using a min/max tree with alpha-beta pruning.
License
BSD LicenseFollow Gomoku
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
AI is wery weak. At search depth 3 it already takes noticeable amount of time to think, but plays as a complete loser. Maybe there is a better open-source AI for gomoku? Or all good programs are closed?