fix(chess):broken link

This commit is contained in:
miguel 2024-04-19 16:50:53 +01:00 committed by MSilva95
parent 4aa935b748
commit 0610a2cb0f
1 changed files with 1 additions and 3 deletions

View File

@ -96,14 +96,12 @@ From now on, players can exchange moves to play chess.
## Chess moves
The players exchange with text messages to indicate their chess move.
As of chess move notation - [Long algebraic notation](long-algebraic-notation) is used.
As of chess move notation - [Long algebraic notation](<https://en.wikipedia.org/wiki/Algebraic_notation_(chess)#Long_algebraic_notation>) is used.
Players need to send chess move messages strictly by the defined notion. If the chess engine fails
to identify the chess move, then the player will receive an error message - the user will be prompted
to send a valid move.
[long-algebraic-notation]: https://en.wikipedia.org/wiki/Algebraic_notation_(chess)#Long_algebraic_notation
## Features
- Supports many concurrent games.