Create a Chess Game with ReactJS - Part 14: Bishop attack

Опубликовано: 19 Май 2026
на канале: Frontend Coding
1,385
35

In this part we add the attacking logic for the bishop.

The code in this video can be found on this GitHub repository:
https://github.com/FrontendCodingYT/c...

Timestamps:
0:00 Introduction
0:35 Illegal movement
1:28 Question: problem definition
2:15 Adding logging
3:36 Passed and desired position
7:15 Moving on enemy tile
10:45 Question: refactoring
13:05 Other directions movement
15:28 Question: attack pawn