A modern web application for chess game analysis and cheat detection.
- Interactive chessboard: play, import, and analyze games
- Automated cheat detection powered by a chess engine
- Move-by-move PGN analysis
- Custom SVG piece set for a premium look
- Sound effects for all major actions
- Keyboard and button navigation
- Animated sidebar for results
- Responsive, dark-themed UI
- Clone this repository
- Set up a Python virtual environment
- Install requirements:
pip install -r requirements.txt
- Place the Stockfish binary in
bin/stockfish/
- Add your SVG pieces to
src/web/static/img/
- Run:
python src/web/app.py
- Open your browser at
http://localhost:5000
Contributions are welcome. Please keep the UI and UX consistent.
See LICENSE
for details.