Skip to content

To analyse a game of chess and identify the critical position(s).

Notifications You must be signed in to change notification settings

Jashaul/Chess-Gameplay-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess-Gameplay-Analysis

To analyse a game of chess and identify the critical position(s). A critical position is a position in chess where one player has to make a crucial move to avoid the game from being steered in an unfavorable direction. Recognizing these positions in a game is usually hard for a new or an amateur player but a well seasoned player with years of experience can identify it with ease.

Fetch data

  1. Install requirements
pip install -r scripts/requirements.txt
  1. To Fetch chess data via. Lichess API, execute main.py
python scripts/main.py
  1. Preprocess PGN(Portable Game Notation) data
python scripts/process_pgn.py

About

To analyse a game of chess and identify the critical position(s).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published