DEV Community

Roberts
Roberts

Posted on

Chess Game Application Tutorial

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.

Top comments (0)