.
├── gobang-master
│ └── Gobang_Isaac
│ ├── Gobang_Isaac
│ │ ├── ChessBoard.Designer.cs
│ │ ├── ChessBoard.cs
│ │ ├── ChessBoard.resx
│ │ ├── ChessEngine.cs
│ │ ├── ChessMan.cs
│ │ ├── ChessMatrix.cs
│ │ ├── Gobang_Isaac.csproj
│ │ ├── IChessEngine.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── a1.png
│ │ │ ├── brain.exe
│ │ │ └── timg (1).jpg
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Gobang_Isaac.exe
│ │ │ ├── Gobang_Isaac.exe.config
│ │ │ └── Gobang_Isaac.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Gobang_Isaac.ChessBoard.resources
│ │ ├── Gobang_Isaac.MainForm.resources
│ │ ├── Gobang_Isaac.Properties.Resources.resources
│ │ ├── Gobang_Isaac.csproj.AssemblyReference.cache
│ │ ├── Gobang_Isaac.csproj.CoreCompileInputs.cache
│ │ ├── Gobang_Isaac.csproj.FileListAbsolute.txt
│ │ ├── Gobang_Isaac.csproj.GenerateResource.cache
│ │ ├── Gobang_Isaac.csproj.SuggestedBindingRedirects.cache
│ │ ├── Gobang_Isaac.exe
│ │ ├── Gobang_Isaac.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── Gobang_Isaac.sln
└── 五子棋AI.zip
10 directories, 39 files
评论