You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chessGameEngine is lesser concept oriented yet contains many challenges at design level. Here are the following things that must be done by a chess game application :
->Board state management
->Move validation
->Capture validation
->Special moves such as Castling , Promotion, Enpassent
->Check and checkmate detection
->Move turn management
->Bot setup (eg stockfishengine) , for play with computer mode.