Download The Turk
Description
The Turk is chess engine developed under .NET Framework 4.0. At the moment, only winboard protocol is supported and waiting to implement UCI protocol. It is still under development and waiting contributers to support project.
Source Files
The download file theturk.zip has the following entries.
TestTheTurk/MoveGenerateValidation.cs/* w w w.j ava2s. c o m*/
TestTheTurk/Properties/AssemblyInfo.cs
TestTheTurk/TestTheTurk.csproj
TheTurk.sln
TheTurk/Entrance.cs
TheTurk/Main/Board.cs
TheTurk/Main/ChessClock.cs
TheTurk/Main/ChessEngine.cd
TheTurk/Main/Coordinate.cs
TheTurk/Main/Engine.cs
TheTurk/Main/Evaluation.cs
TheTurk/Main/Exceptions.cs
TheTurk/Main/ExtensionMethods.cs
TheTurk/Main/HistoryMoves.cs
TheTurk/Main/IProtocol.cs
TheTurk/Main/KillerMoves.cs
TheTurk/Main/PartialBoard.cs
TheTurk/Main/ThreeFoldRepetition.cs
TheTurk/Main/Winboard.cs
TheTurk/Main/ZobristKey.cs
TheTurk/Moves/EnPassant.cs
TheTurk/Moves/LongCastle.cs
TheTurk/Moves/Move.cd
TheTurk/Moves/Move.cs
TheTurk/Moves/Ordinary.cs
TheTurk/Moves/Promote.cs
TheTurk/Moves/ShortCastle.cs
TheTurk/Pieces/Bishop.cs
TheTurk/Pieces/King.cs
TheTurk/Pieces/Knight.cs
TheTurk/Pieces/Pawn.cs
TheTurk/Pieces/Piece.cs
TheTurk/Pieces/Pieces.cd
TheTurk/Pieces/Queen.cs
TheTurk/Pieces/Rook.cs
TheTurk/Properties/AssemblyInfo.cs
TheTurk/Properties/app.manifest
TheTurk/TheTurk.csproj
Download
Click the following link to download theturk.zip.
theturk.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »