Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.11 KB

Litrainer - Learn From Your Mistakes 2.0

Preview

description

Features

  • Puzzle Format Games: Play games in a puzzle format in bulk, allowing you to practice and learn from multiple mistakes efficiently.
  • Time Period Specification: Specify a time period to filter games so that you can focus on recent games or any other time frame.

How It Works

  1. Gathers data from game in the specified time period for the specified user
  2. Collects FENs of positions where the errors (inaccuracies, blunders and mistakes) occurred
  3. Serves all of the puzzles in 1 large collection

NOTE : Only games that you have analyzed will be included. After playing, simply click the button displayed below:

image

Installation

  1. Install the dependencies:
    npm install
  2. Start the application
    npm run dev