-
-
we should include support for some of the stanard chess notations to make moves and record them.
https://en.wikipedia.org/wiki/Chess_notation
-
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. …
-
To get a win today I wrote a chess server. I had to invent the protocol, and I went with this (this doesn't overlap with NIP-64):
[EDITED AS I CHANGED THE EVENTS A BIT]
Request to play:
```js…
-
prompt:
Player: d2d4
Computer: 98f6
Player: d1d3
Computer: d7d5
Player: d3a6
Computer: b8a6
Player: e2e4
Computer: f6e4
how is my performance so far and what should I do next>
===…
-
It could be useful to view history moves using Algebraic notation.
Some useful links:
https://www.chess.com/terms/chess-notation
and https://www.chess.com/article/view/chess-notation
If this i…
-
Crashes when the draw offer is in notation (https://en.wikipedia.org/wiki/Algebraic_notation_(chess)#(=))
-
# Story (Epic)
**As a person** that plays IRL chess and wants to play **_remote_ chess**
**I need** a way of ***saving*** the **moves** made in the game,
**so that** my remote partner/opponent c…
-
### Icon name
chess-pawn, chess-rook, chess-knight, chess-bishop, chess-queen, chess-king
### Use cases
- Chess-related software
- Chess-related educational materials
- Chess-related brandi…
-
Still implementing full Algebraic Chess Notation.