Create a Chess Game with ReactJS - Part 12: Bishop logic

Опубликовано: 11 Март 2026
на канале: Frontend Coding
1,478
29

In this part we are adding logic for moving and attacking with the bishop!

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

Timestamps:
0:00 Introduction
1:00 Bishop movement explained
2:30 Legal bishop move explained
3:00 Logging simple movement
4:22 Question: bishop movement
6:45 Implementing solution
8:37 Question: Amount of iterations
11:55 Adding the other directions