Browse Source

fix(chess):broken link

pull/2548/head
miguel 4 weeks ago committed by MSilva95
parent
commit
0610a2cb0f
  1. 4
      subjects/mobile-dev/chess/resources/README.md

4
subjects/mobile-dev/chess/resources/README.md

@ -96,14 +96,12 @@ From now on, players can exchange moves to play chess.
## Chess moves ## Chess moves
The players exchange with text messages to indicate their chess move. 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 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 identify the chess move, then the player will receive an error message - the user will be prompted
to send a valid move. to send a valid move.
[long-algebraic-notation]: https://en.wikipedia.org/wiki/Algebraic_notation_(chess)#Long_algebraic_notation
## Features ## Features
- Supports many concurrent games. - Supports many concurrent games.

Loading…
Cancel
Save