chess-openings
pgn-tactics-generator
chess-openings | pgn-tactics-generator | |
---|---|---|
5 | 2 | |
381 | 114 | |
2.1% | - | |
8.4 | 0.0 | |
10 days ago | over 1 year ago | |
Python | Python | |
Creative Commons Zero v1.0 Universal | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
chess-openings
-
Is there a chess library in Python (or any other programming language but Python preferred) that will allow me to identify the opening of a game by passing the PGN of the game as input?
Not a library, but at least a collection of openings in a machine readable format. Also a script to manipulate it in the bin/ folder. https://github.com/lichess-org/chess-openings
-
Let's make the Zelensky Defence a reality: https://github.com/lichess-org/chess-openings/issues/32
Make a comment to support this idea: https://github.com/lichess-org/chess-openings/issues/32
-
Are there any world champions with no openings or variations named after them?
In the list of openings used by Lichess, there are no variations named after Anand or Magnus. Also none named after the FIDE world champions Khalifman, Kasimdzhanov, and Topalov.
-
If I were going to make a collection of all chess openings at their most basic move sequence, how many would there be?
I would suggest using the TSV files instead. https://github.com/niklasf/eco
-
Best/worst openings from lichess database
Here's a list of openings with the associated FEN: https://github.com/niklasf/eco
pgn-tactics-generator
-
Is there a tool to generate puzzles from your games?
- A more advance https://github.com/vitogit/pgn-tactics-generator
-
Even engines can't solve this puzzle. White to play and win
Why is server side necessary ? For eg : If you run a tactics generator yourself like this one : https://github.com/vitogit/pgn-tactics-generator, it takes about 6- 8 minutes to analyze a single game at depth 8.
What are some alternatives?
chessli - A free and open source chess improvement app that combines the power of Lichess and Anki.
python-chess-annotator - Reads chess games in PGN format and adds annotations using an engine
pychess - PyChess - a chess client for Linux/Windows
lichess-puzzler
lichess-bot - A bridge between Lichess bots and chess engines
pgn2data - A library that converts a chess pgn file into a tabulated CSV data set.
fishnet - Distributed Stockfish analysis for lichess.org
play-chess-with-a-webcam - Play Chess With a Webcam
lichess-tournament-creator - A script to automatically create chess tournaments using Lichess API
scalachess - Chess API written in scala. Immutable and free of side effects. [Moved to: https://github.com/lichess-org/scalachess]
Knights-Tour - Solving the knight's tour problem using brute force (backtracking) + graphical representation