An artificial intelligence for Piskvork Gomoku software. pbrain-Whatateam uses a homemade algorithm.
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.
You can use you favorite IDE to load the .NET solution and build pbrain-Whatateam.exe
.
- Open Windows' Command Prompt (
cmd
). - You can find .NET's
MSBuild.exe
under one of the subfolders ofC:\Windows\Microsoft.Net\Framework
. - Navigate to the root of the repository & execute your
MSBuild.exe
, passingpbrain-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