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.
- 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.
- HTML
- CSS
- JavaScript (Main engine logic)
- chessboard.js (UI alone)
Made by Serwin.dev for submission of FlavorTown by HackClub.