Skip to content

Commit fd31d6d

Browse files
Added username and move description to Phase 6 Common Passoff Problems
Included a new entry that states that any message should include the player's name. In addition, stated that moves should have a description and gave an example. Then I linked both of these to the Notifications section in the specs.
1 parent b583112 commit fd31d6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

instruction/chess-tips/chess-tips.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ Here are a couple of things that students commonly forget to include as part of
275275
- Resigning should require a confirmation, and does **not** kick players from the game. [Gameplay Functionality](../../chess/6-gameplay/gameplay.md#gameplay-functionality)
276276
- Anyone can highlight any piece, independent of whose turn it is. In addition, a user trying to highlight a position with no piece shouldn't break your code. [Gameplay Functionality](../../chess/6-gameplay/gameplay.md#gameplay-functionality)
277277
- Make sure you implement pawn promotion. [Pawn Functionality](../../chess/0-chess-moves/the-game-of-chess.md#pawn)
278+
- All messages should contain player usernames. Move messages should have a description of the move such as a2 to a4. [Notifications](../../chess/6-gameplay/gameplay.md#notifications)
278279

279280
## I don't have enough GitHub commits to pass the autograder
280281

0 commit comments

Comments
 (0)