Click here to Skip to main content
15,896,040 members
Articles / Programming Languages / C#

Simple AI for the Game of Breakthrough

Rate me:
Please Sign up or sign in to vote.
5.00/5 (11 votes)
5 Jun 2009LGPL39 min read 65.7K   3.7K   39  
This article presents an implementation of a simple alpha-beta player for the board game of Breakthrough.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Breakthrough.Game", "Breakthrough.Game\Breakthrough.Game.csproj", "{9252E17F-7D6B-4155-93F8-B7E01C7D7097}"
EndProject
Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "Packages", "Packages.mdproj", "{22073A2A-C281-4E50-ACA5-69F73A686FBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Breakthrough.Client", "Breakthrough.Client\Breakthrough.Client.csproj", "{301E27F4-35AD-4955-B7EA-75E2982E0320}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{9252E17F-7D6B-4155-93F8-B7E01C7D7097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9252E17F-7D6B-4155-93F8-B7E01C7D7097}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9252E17F-7D6B-4155-93F8-B7E01C7D7097}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9252E17F-7D6B-4155-93F8-B7E01C7D7097}.Release|Any CPU.Build.0 = Release|Any CPU
		{22073A2A-C281-4E50-ACA5-69F73A686FBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{22073A2A-C281-4E50-ACA5-69F73A686FBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{22073A2A-C281-4E50-ACA5-69F73A686FBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{22073A2A-C281-4E50-ACA5-69F73A686FBB}.Release|Any CPU.Build.0 = Release|Any CPU
		{301E27F4-35AD-4955-B7EA-75E2982E0320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{301E27F4-35AD-4955-B7EA-75E2982E0320}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{301E27F4-35AD-4955-B7EA-75E2982E0320}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{301E27F4-35AD-4955-B7EA-75E2982E0320}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(MonoDevelopProperties) = preSolution
		name = Breakthrough
		version = 0.1
		StartupItem = Breakthrough.Client\Breakthrough.Client.csproj
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Chief Technology Officer Misakai Ltd.
Ireland Ireland
Roman Atachiants, Ph.D. is the architect behind emitter.io service, a real-time, low-latency publish/subscribe service for IoT, Gaming. He is a software engineer and scientist with extensive experience in different computer science domains, programming languages/principles/patterns & frameworks.

His main expertise consists of C# and .NET platform, game technologies, cloud, human-computer interaction, big data and artificial intelligence. He has an extensive programming knowledge and R&D expertise.



Comments and Discussions