Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Gomoku artificial intelligence for Gomocup.

Notifications You must be signed in to change notification settings

ronanboiteau/pbrain-Whatateam

Repository files navigation

pbrain-Whatateam

An artificial intelligence for Piskvork Gomoku software. pbrain-Whatateam uses a homemade algorithm.

Requirements

How to re-compile the AI?

A copy of pbrain-Whatateam's last version is located at the root of the repository: pbrain-Whatateam.exe.

If you want to compile pbrain-Whatateam.exe by yourself, here's how.

IDE

You can use you favorite IDE to load the .NET solution and build pbrain-Whatateam.exe.

Command-line

  • Open Windows' Command Prompt (cmd).
  • You can find .NET's MSBuild.exe under one of the subfolders of C:\Windows\Microsoft.Net\Framework.
  • Navigate to the root of the repository & execute your MSBuild.exe, passing pbrain-Whatateam.sln as an argument.
  • Here is an example with the .NET Frameword 4.7.1:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe pbrain-Whatateam.sln

Languages