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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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?