Skip to content

Public exports of all rated games, puzzles, and computer evaluations.

License

Notifications You must be signed in to change notification settings

lichess-org/database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2629834 · Feb 5, 2025
Nov 9, 2022
Dec 13, 2023
Nov 5, 2024
Feb 5, 2025
Jan 14, 2021
Apr 16, 2024
Jun 4, 2017
Dec 13, 2023
Oct 7, 2024
Oct 30, 2017
Nov 5, 2024
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023

lichess DB

This code exports lichess game database in a standard PGN format.

Files are available on https://database.lichess.org.

Use them to do great things. Please share the results!

Usage

# export Jan 2016 Standard games to lichess_db_2016-01.pgn
sbt "runMain lichess.Games 2016-01"

# export Jan 2016 Standard games to custom_file.pgn
sbt "runMain lichess.Games 2016-01 custom_file.pgn"

# export Jan 2016 Atomic games to custom_file.pgn
sbt "runMain lichess.Games 2016-01 custom_file.pgn atomic"