Click here to Skip to main content
15,896,606 members
Articles / Artificial Intelligence

SharpMoku a Gomoku/Five in a Row Written in C#

Rate me:
Please Sign up or sign in to vote.
5.00/5 (13 votes)
4 Jan 2024MIT12 min read 16.3K   627   22  
This is an article about how to create a Gomoku program with an AI in C#.
A C# Gomoku/Five in a Row game featuring various board sizes, modes, and AI levels with a detailed UI implementation and an AI strategy utilizing minimax with alpha-beta pruning and an advanced evaluation function to optimize decision-making.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Thailand Thailand
Hi. My name is Krirk Srithaweewath, I am a C# developer from Thailand.
I always create puzzle games on my free time.


Comments and Discussions