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
Level Up Your Cyber Defense with External Threat Management
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
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?