Chess Game Application Tutorial

Roberts - May 8 - - Dev Community

I created Chess Game from scratch using Angular and Typescript, implementing piece movements, check, checkmate and draw detections (50 move rule, insufficient material, stalemate and three fold repetition), special moves like En Passant, castling and pawn promotions.

Also you have option to play against computer using the Stockfish REST API.

.