database
Public exports of all rated games, puzzles, and computer evaluations.
Scala★ 115⑂ 39 forksAGPL-3.0updated 2 days ago
README.mdfork it — it’s yours
lichess DB
This code exports the 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"
more like this
cc65-Chess
Portable chess game in C. Commodore 64, Apple 2, Atari, Oric, Commander X16, curses terminal, etc.
C★ 50