Skip to content

Commit

Permalink
-minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amgilmore committed Nov 14, 2023
1 parent 7a9dd42 commit 40301c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging_labs/12/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ After a valid move is made, call the method changePlayer() to allow the other pl
- Implement a feature in the `TicTacToe` class to keep track of the number of wins for each player ('X' and 'O').
- Add methods to retrieve and display the current win counts after each game.

### 5) Extra Credit:
### 6) Extra Credit:
- Implement a feature to give personalized message to user when winning (ie. "Congrats Dr. Mejia on your 3rd win!")

## TicTacToe.java
Expand Down

0 comments on commit 40301c8

Please sign in to comment.