Skip to content

juice-artur/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DLL Library with Chess Rules

This library is engaged in search and check of the strength of available moves at a certain moment of the game

Example

Comsole output

Usage

  • Create new instanse
    Chess chess = new Chess();
//return all valid moves
chess.YieldValidMoves()
//The function for taking a hike accepts a line in the form of a chess note(e2e4)
chess.Move(move);

About

DLL with chess rules using C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages