lichess
Here are 110 public repositories matching this topic...
Since we have all variant playable offline it would be nice to have the same help pages the website has but embedded in the app to be seen offline.
Help would be accessible from offline games menus and displayed in a modal window (like the one for the tournament FAQ).
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Dec 16, 2020 - Rust
-
Updated
Nov 20, 2020 - Python
-
Updated
Sep 26, 2020 - Python
-
Updated
Dec 14, 2020 - Jupyter Notebook
-
Updated
Aug 15, 2019 - C++
-
Updated
Dec 14, 2020 - C++
-
Updated
Sep 20, 2020 - Python
-
Updated
Dec 16, 2020 - Python
-
Updated
Sep 28, 2020 - Python
invalid result?
[Event "0728 03099"]
[Site "?"]
[Date "????.??.??"]
[Round "?"]
[White "solver"]
[Black "?"]
[Result "*"][SetUp "1"]
[FEN "3r3k/6pp/3Q4/q7/8/4P2P/6P1/5RK1 b KQkq - 0 1"]
1...Rxd6 2.Rf8# *
several issues here:
- invalid tag [Result "*"][SetUp "1"]
- invalid result, must be 1-0
- what kind of puzzle is it? While blunder? Does it mean that the 1st move is always a wrong one?
In th
-
Updated
Dec 14, 2020 - Scala
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 16, 2020 - TypeScript
-
Updated
Dec 22, 2017 - Python
-
Updated
Dec 12, 2020 - TypeScript
Improve this page
Add a description, image, and links to the lichess topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lichess topic, visit your repo's landing page and select "manage topics."
noImplicitAnywill help with some refactorings (such as ornicar/chessground#145). Even partial progress is useful.Pick one of:
Temporarily set
noImplicitAnytotrueinui/.../tsconfig.json.To compile use
yarn run dev,yarn run dev --watchoryarn run tsc --noEmitinui/.... Fix