Download chessrun
Description
ChessRun is an open source c# chess engine.
Icons
Source Files
The download file chessrun.zip has the following entries.
.gitignore//from w w w . j ava 2s .com
ChessRun.Engine.Debugger/ChessBoardDebugger.cs
ChessRun.Engine.Debugger/ChessBoardForm.Designer.cs
ChessRun.Engine.Debugger/ChessBoardForm.cs
ChessRun.Engine.Debugger/ChessBoardForm.resx
ChessRun.Engine.Debugger/ChessBoardVisualizerObjectSource.cs
ChessRun.Engine.Debugger/ChessRun.Engine.Debugger.csproj
ChessRun.Engine.Debugger/Properties/AssemblyInfo.cs
ChessRun.Engine.Tests/AlgebraicMoveTest.cs
ChessRun.Engine.Tests/BaseTestFixture.cs
ChessRun.Engine.Tests/CastleTest.cs
ChessRun.Engine.Tests/ChessBoardTest.cs
ChessRun.Engine.Tests/ChessEngineApiTest.cs
ChessRun.Engine.Tests/ChessRun.Engine.Tests.csproj
ChessRun.Engine.Tests/Moves/BaseMoveTest.cs
ChessRun.Engine.Tests/Moves/Bishop/BaseBishopMoveTest.cs
ChessRun.Engine.Tests/Moves/Bishop/BlackBishopMoveTest.cs
ChessRun.Engine.Tests/Moves/Bishop/WhiteBishopMoveTest.cs
ChessRun.Engine.Tests/Moves/BitBoardTest.cs
ChessRun.Engine.Tests/Moves/DirectionalMoveUtilsTest.cs
ChessRun.Engine.Tests/Moves/King/BlackKingRegularMoveTest.cs
ChessRun.Engine.Tests/Moves/King/BlackLongCastleMoveTest.cs
ChessRun.Engine.Tests/Moves/King/BlackShortCastleMoveTest.cs
ChessRun.Engine.Tests/Moves/King/WhiteKingRegularMoveTest.cs
ChessRun.Engine.Tests/Moves/King/WhiteLongCastleMoveTest.cs
ChessRun.Engine.Tests/Moves/King/WhiteShortCastleMoveTest.cs
ChessRun.Engine.Tests/Moves/Knight/BaseKnightMoveTest.cs
ChessRun.Engine.Tests/Moves/Knight/BlackKnightMoveTest.cs
ChessRun.Engine.Tests/Moves/Knight/WhiteKnightMoveTest.cs
ChessRun.Engine.Tests/Moves/MoveMatrixTest.cs
ChessRun.Engine.Tests/Moves/Pawn/BasePawnMoveTest.cs
ChessRun.Engine.Tests/Moves/Pawn/BlackPawnCaptureMoveTest.cs
ChessRun.Engine.Tests/Moves/Pawn/BlackPawnDoubleMoveTest.cs
ChessRun.Engine.Tests/Moves/Pawn/BlackPawnEnPassantCaptureMoveTest.cs
ChessRun.Engine.Tests/Moves/Pawn/BlackPawnPromotionCaptureMoveTest.cs
ChessRun.Engine.Tests/Moves/Pawn/BlackPawnPromotionMoveTest.cs
ChessRun.Engine.Tests/Moves/Pawn/BlackPawnRegularMoveTest.cs
ChessRun.Engine.Tests/Moves/Pawn/WhitePawnCaptureMoveTest.cs
ChessRun.Engine.Tests/Moves/Pawn/WhitePawnDoubleMoveTest.cs
ChessRun.Engine.Tests/Moves/Pawn/WhitePawnEnPassantCaptureMoveTest.cs
ChessRun.Engine.Tests/Moves/Pawn/WhitePawnPromotionCaptureMoveTest.cs
ChessRun.Engine.Tests/Moves/Pawn/WhitePawnPromotionMoveTest.cs
ChessRun.Engine.Tests/Moves/Pawn/WhitePawnRegularMoveTest.cs
ChessRun.Engine.Tests/Moves/Queen/BaseQueenMoveTest.cs
ChessRun.Engine.Tests/Moves/Queen/BlackQueenMoveTest.cs
ChessRun.Engine.Tests/Moves/Queen/WhiteQueenMoveTest.cs
ChessRun.Engine.Tests/Moves/Rook/BaseRookMoveTest.cs
ChessRun.Engine.Tests/Moves/Rook/BlackRookRegularMoveTest.cs
ChessRun.Engine.Tests/Moves/Rook/WhiteRookRegularMoveTest.cs
ChessRun.Engine.Tests/Properties/AssemblyInfo.cs
ChessRun.Engine.Tests/Resources/perftsuite.epd
ChessRun.Engine.Tests/Utils/BFENTest.cs
ChessRun.Engine.Tests/Utils/CellOperationsTest.cs
ChessRun.Engine.Tests/Utils/FENTest.cs
ChessRun.Engine.Tests/Utils/PieceOperationsTest.cs
ChessRun.Engine/AlgebraicMove.cs
ChessRun.Engine/CellName.cs
ChessRun.Engine/ChessBoard.cs
ChessRun.Engine/ChessEngineApi.cs
ChessRun.Engine/ChessEngineApiM.cs
ChessRun.Engine/ChessRun.Engine.csproj
ChessRun.Engine/ChessRun.Engine.csproj.user
ChessRun.Engine/Moves/Bishop/BishopMove.cs
ChessRun.Engine/Moves/Bishop/BlackBishopMove.cs
ChessRun.Engine/Moves/Bishop/WhiteBishopMove.cs
ChessRun.Engine/Moves/BitBoard.cs
ChessRun.Engine/Moves/CastleFlags.cs
ChessRun.Engine/Moves/DirectionalMoveUtils.cs
ChessRun.Engine/Moves/King/BlackKingMove.cs
ChessRun.Engine/Moves/King/BlackKingRegularMove.cs
ChessRun.Engine/Moves/King/BlackLongCastleMove.cs
ChessRun.Engine/Moves/King/BlackShortCastleMove.cs
ChessRun.Engine/Moves/King/KingMove.cs
ChessRun.Engine/Moves/King/WhiteKingMove.cs
ChessRun.Engine/Moves/King/WhiteKingRegularMove.cs
ChessRun.Engine/Moves/King/WhiteLongCastleMove.cs
ChessRun.Engine/Moves/King/WhiteShortCastleMove.cs
ChessRun.Engine/Moves/Knight/BlackKnightMove.cs
ChessRun.Engine/Moves/Knight/KnightMove.cs
ChessRun.Engine/Moves/Knight/WhiteKnightMove.cs
ChessRun.Engine/Moves/MoveMatrix.cs
ChessRun.Engine/Moves/Pawn/BlackPawnCaptureMove.cs
ChessRun.Engine/Moves/Pawn/BlackPawnDoubleMove.cs
ChessRun.Engine/Moves/Pawn/BlackPawnEnPassantCaptureMove.cs
ChessRun.Engine/Moves/Pawn/BlackPawnMove.cs
ChessRun.Engine/Moves/Pawn/BlackPawnPromotionCaptureMove.cs
ChessRun.Engine/Moves/Pawn/BlackPawnPromotionMove.cs
ChessRun.Engine/Moves/Pawn/BlackPawnRegularMove.cs
ChessRun.Engine/Moves/Pawn/IPromotionMove.cs
ChessRun.Engine/Moves/Pawn/PawnMove.cs
ChessRun.Engine/Moves/Pawn/WhitePawnCaptureMove.cs
ChessRun.Engine/Moves/Pawn/WhitePawnDoubleMove.cs
ChessRun.Engine/Moves/Pawn/WhitePawnEnPassantCaptureMove.cs
ChessRun.Engine/Moves/Pawn/WhitePawnMove.cs
ChessRun.Engine/Moves/Pawn/WhitePawnPromotionCaptureMove.cs
ChessRun.Engine/Moves/Pawn/WhitePawnPromotionMove.cs
ChessRun.Engine/Moves/Pawn/WhitePawnRegularMove.cs
ChessRun.Engine/Moves/Queen/BlackQueenMove.cs
ChessRun.Engine/Moves/Queen/QueenMove.cs
ChessRun.Engine/Moves/Queen/WhiteQueenMove.cs
ChessRun.Engine/Moves/RollbackData.cs
ChessRun.Engine/Moves/Rook/BlackRookMove.cs
ChessRun.Engine/Moves/Rook/BlackRookRegularMove.cs
ChessRun.Engine/Moves/Rook/RookMove.cs
ChessRun.Engine/Moves/Rook/WhiteRookMove.cs
ChessRun.Engine/Moves/Rook/WhiteRookRegularMove.cs
ChessRun.Engine/Moves/SpeculativeMove.cs
ChessRun.Engine/Moves/ValidationResult.cs
ChessRun.Engine/MovesIterator.cs
ChessRun.Engine/PieceColor.cs
ChessRun.Engine/PieceType.cs
ChessRun.Engine/Program.cs
ChessRun.Engine/Properties/AssemblyInfo.cs
ChessRun.Engine/Utils/BFEN.cs
ChessRun.Engine/Utils/CellOperations.cs
ChessRun.Engine/Utils/FEN.cs
ChessRun.Engine/Utils/Iterators/DelegateIterator.cs
ChessRun.Engine/Utils/Iterators/DivideIterator.cs
ChessRun.Engine/Utils/Iterators/PerftIterator.cs
ChessRun.Engine/Utils/PieceOperations.cs
ChessRun.Pgn.Tests/ChessRun.Pgn.Tests.csproj
ChessRun.Pgn.Tests/PgnFileTest.cs
ChessRun.Pgn.Tests/Properties/AssemblyInfo.cs
ChessRun.Pgn/ChessRun.Pgn.csproj
ChessRun.Pgn/PgnFile.cs
ChessRun.Pgn/PgnGameResult.cs
ChessRun.Pgn/PgnMoveNode.cs
ChessRun.Pgn/PgnParseException.cs
ChessRun.Pgn/PgnReader.cs
ChessRun.Pgn/PgnTag.cs
ChessRun.Pgn/Properties/AssemblyInfo.cs
ChessRun.Rasterizer/ChessBoardRasterizer.cs
ChessRun.Rasterizer/ChessRun.Rasterizer.csproj
ChessRun.Rasterizer/Program.cs
ChessRun.Rasterizer/Properties/AssemblyInfo.cs
ChessRun.Rasterizer/Resources/bb.png
ChessRun.Rasterizer/Resources/bk.png
ChessRun.Rasterizer/Resources/bn.png
ChessRun.Rasterizer/Resources/bp.png
ChessRun.Rasterizer/Resources/bq.png
ChessRun.Rasterizer/Resources/br.png
ChessRun.Rasterizer/Resources/wb.png
ChessRun.Rasterizer/Resources/wk.png
ChessRun.Rasterizer/Resources/wn.png
ChessRun.Rasterizer/Resources/wp.png
ChessRun.Rasterizer/Resources/wq.png
ChessRun.Rasterizer/Resources/wr.png
ChessRun.Rasterizer/app.config
ChessRun.sln
ChessRunAssemblyInfo.cs
libs/Sharper/History.txt
libs/Sharper/Readme.txt
libs/Sharper/Sharper.exe
libs/Sharper/Sharper.ini
libs/Sharper/book.bin
libs/Sharper/book.txt
libs/Sharper/sharper.bmp
libs/Sharper/sharper.jpg
libs/Sharper/sharper.png
Download
Click the following link to download chessrun.zip.
chessrun.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »