Skip to content

Serwindev/chess-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-analyser

A lightweight web-based tool that analyzes a chess position and visually identifies

  • Hanging pieces (Marked by frustration symbol and alarming red)
  • Attacked pieces (Marked by flowing sweat animation -- customly made using css)
  • Defended pieces (Marked just by a green border -- since they are in peace)

Built using Html, CSS and JavaScript.


Features

  • Input Positions using FEN notation-strings.
  • Computes:
    • Attacks from both side
    • Defended pieces and Hanging pieces
  • Visually compiled:
    • Red with frustration - hanging
    • Sweat flowing - Attacked but also defended
    • Green border - Defended and no Attacks
  • Real time analysis with built-in sample FEN strings.

Tect Stacks

  • HTML
  • CSS
  • JavaScript (Main engine logic)
  • chessboard.js (UI alone)

Credits

Made by Serwin.dev for submission of FlavorTown by HackClub.

About

This project works with FEN and analyse the chess position to find out the attacked, defended and hanging pieces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors