Chess move Analyser banner

Chess move Analyser

5 devlogs
10h 26m 41s

This will give you information of attacked squares, defended squares and also hanging pieces – when you upload the current position of chess in FEN

This project uses AI

The AI breaks down the concept to easily understand and implement but strictly no code from AI

Demo Repository

Loading README...

serwin.dev

Shipped this project!

This is a lightweight web based tool that analyses the chess position and visually points it out.

I really enjoyed this whole process and i have learnt a lot!!
I’m happy to present this to y’all :)

serwin.dev

Change log:

– Improved UI and added tutorial
– Button functionalities have been added

The project has been completed and prepared for ship

0
serwin.dev

Change log:

– Added UI for the website
– Added two Buttons - “Gimme one” and “generate” but the functionalities haven’t been added yet.

To do:

  • Add functionalities to the buttons and improve the UX
0
serwin.dev

Change log:

– Added overlays to indicate pieces that are attacked, defended and hanging
– Added svgs and animation to improve UX (Sweat indicates attacked but also defended, whereas frustrated indicates attacked but not defended pieces)

To do:

– The Engine has been completed and now the Ui of the website must be improved

0
serwin.dev

Change log:

  • I have added the FEN to 8x8 grid method for analysing.
  • I have created huge functions to analyse the move of the chess.

To do:

  • Calculate attacked and defending pieces.
Attachment
0
serwin.dev

In this 1 hr of work, I have implemented the FEN string into chessboard using chessboard.js

Just a beginning of work – soon i will update

Attachment
0