Skip to content

ICARUS-2/chonse2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

441 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Most Luminous Chess App


CHONSE2 is an open-source chess web app to play, edit boards, and analyze/share games on any device.

Features

Analysis

  • Load and analyze games from Chess.com, Lichess, or manually from an inputted PGN via the Stockfish version of your choice.
  • Easily link to and share games/analyses with friends.
  • Display move classifications (Luminous, perfect, blunder, etc), engine hierarchy, accuracies, elo estimations, graphs and evaluation bar.
  • Perform moves with real-time analysis.
  • Cloud Hybrid analysis mode, allowing for deeper, faster evaluations using a fraction of the CPU power.

Editor

  • Input any position onto a board via dragging and dropping.
  • Set castling and en passant rights.
  • Analyze inputted position or play vs AI from there.

Play vs AI

  • Set player color and elo limitations for Stockfish.
  • Analyze games played against AI.

Tech Stack

Running Locally

Ensure Node+NPM are installed.

Install dependencies

npm install

Run dev server

ng serve --host=0.0.0.0

Open http://localhost:4200/chonse2/ in the browser.

About

CHONSE2 is an open-source chess web app to play, edit boards, and analyze/share games on any device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors