-
A long term goal is to have players pick different themes / styles they wish to play with. It would be great if these were all open source or creative commons. Maybe a custom one created for this proj…
FeXd updated
9 months ago
-
Most chess engines have the "analyze" command, meaning the engine gives you all the variations it visits and the corresponding win%s, but it *doesn't* make a move on the board. That's very conveninent…
-
Now the basic board can be seen in the game, together with a 'quit' button, but some more information is needed.
A few lines of text could be shown at the bottom, to inform about the current turn, if…
-
-
As the mobile app gains more and more features from the Lichess website, I think it's important to optimize the placement of options and buttons. It's hard to do this for some of the features, but I h…
-
As the game goes on, record each move in the database using algebraic notation. I'm thinking we use "long algebraic notation" where we record the starting position in addition to the ending position. …
-
I'd love to see an equivalent to the "offline over the board" feature of the old mobile app or the "pass and play" feature of the chess.com app in the web version.
These features are really useful wh…
-
**[ ID ]** 8b401f99-91e1-4011-84e0-60b4ea1940ad
**[ Submitter's Name ]** Fred Sagwe
**[ Submitter's Affiliated Organisation ]** Tabaka Boys' High School
**[ Submitter's Twitter ]** @fsagwe
**[ Space…
-
Hi
first thanks for the great work.
As you're using Chess.js bts could you please enable the full .move() api (including SAN moves)
`.move('e4')` as a first move equals `.move({ from: 'e2', t…
-
Decided to implement game of AntiChess (https://lichess.org/variant/antichess) into alpha-zero-general framework. Essentially I am not sure about one thing:
def getActionSize(self):
# ret…