Skip to content

Commit

Permalink
fix(chess):broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
MSilva95 committed Apr 22, 2024
1 parent 4aa935b commit 0610a2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions subjects/mobile-dev/chess/resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0610a2c

Please sign in to comment.