A tool designed to help chess players visualize and analyze chess games / openings through an interactive tree.
- Visualize and navigate through the chess game tree.
- View frequency and win rates of different openings in Master's and Lichess games.
- Evaluate positions / moves with Stockfish 16.
Run the app locally
npm install
npm run dev
Build
npm run build
- chessground - Chess board
- chess.js - Chess logic
- Stockfish - Chess engine
- Lichess - Openings data
- visx - React/D3 primatives