Chess Game Engine from scratch

Presentation:

Once when i was studying graph theory in my 3rd year in university i’ve got both inspired and slef‑challenged at the same time so i’ve decided to implement a chess game engine from scratch using react js i used some physics concepts such as position and velocity vectors and some set theory principles.

Goals:

The main goals of our project can be summarized in a chronological order as follow:
1making a chess game engine which understand the rules of the game from the pieces allowed moves to the check and check mate
2having fun while using some math & physics knowledge to tackle the problem

Technologies:

#javascript#tailwindCss#React#Nextjs