Download chess#
Description
Attempt to create a relatively simple Chess engine to understand how they (can) work. The goal of the project is not to create a perfect, efficient and fast engine, but rather to help (myself) understand how to write a Chess engine and what would be involved in creating one....
Source Files
The download file chesssharp.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
PastCrew.Games.Chess/ChessTest/ChessTest.csproj
PastCrew.Games.Chess/ChessTest/ChessTest.csproj.vspscc
PastCrew.Games.Chess/ChessTest/Program.cs
PastCrew.Games.Chess/ChessTest/Properties/AssemblyInfo.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/ChessSharp.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Code Notes.txt
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Entities/Board.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Entities/Enums.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Entities/Pieces/BasePiece.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Entities/Pieces/Bishop.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Entities/Pieces/King.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Entities/Pieces/Knight.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Entities/Pieces/Pawn.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Entities/Pieces/Queen.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Entities/Pieces/Rook.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Entities/SquareStatus.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Interfaces/IChessEngine.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/PastCrew.Games.Chess.Engine.csproj
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/PastCrew.Games.Chess.Engine.csproj.vspscc
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Properties/AssemblyInfo.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Properties/Resources.Designer.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.Engine/Properties/Resources.resx
PastCrew.Games.Chess/PastCrew.Games.Chess.UserInterface/ChessSharp.Designer.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.UserInterface/ChessSharp.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.UserInterface/ChessSharp.resx
PastCrew.Games.Chess/PastCrew.Games.Chess.UserInterface/PastCrew.Games.Chess.UserInterface.csproj
PastCrew.Games.Chess/PastCrew.Games.Chess.UserInterface/PastCrew.Games.Chess.UserInterface.csproj.vspscc
PastCrew.Games.Chess/PastCrew.Games.Chess.UserInterface/Program.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.UserInterface/Properties/AssemblyInfo.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.UserInterface/Properties/Resources.Designer.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.UserInterface/Properties/Resources.resx
PastCrew.Games.Chess/PastCrew.Games.Chess.UserInterface/Properties/Settings.Designer.cs
PastCrew.Games.Chess/PastCrew.Games.Chess.UserInterface/Properties/Settings.settings
PastCrew.Games.Chess/PastCrew.Games.Chess.UserInterface/Resources/bl_king.bmp
PastCrew.Games.Chess/PastCrew.Games.Chess.sln
PastCrew.Games.Chess/PastCrew.Games.Chess.vsmdi
PastCrew.Games.Chess/PastCrew.Games.Chess.vssscc
PastCrew.Games.Chess/PastCrew.Games.Chess1.vsmdi
PastCrew.Games.Chess/PastCrew.Games.Chess2.vsmdi
PastCrew.Games.Chess/TestChess/AuthoringTests.txt
PastCrew.Games.Chess/TestChess/ManualTest1.mht
PastCrew.Games.Chess/TestChess/Properties/AssemblyInfo.cs
PastCrew.Games.Chess/TestChess/TestChess.csproj
PastCrew.Games.Chess/TestChess/TestChess.csproj.vspscc
PastCrew.Games.Chess/TestChess/UnitTestChessEngine.cs
PastCrew.Games.Chess/localtestrun.testrunconfig
Download
Click the following link to download chesssharp.zip.
chesssharp.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »