diff --git a/unit_01/w02d05/homework/tic_tac_toe.md b/unit_01/w02d05/homework/tic_tac_toe.md index ee2eced..5753ac4 100644 --- a/unit_01/w02d05/homework/tic_tac_toe.md +++ b/unit_01/w02d05/homework/tic_tac_toe.md @@ -84,7 +84,7 @@ The commit message should read:
winner if one player ends up winning with three in a row - When the user clicks the 'reset' button, they can play a fresh game -
+
** Commit your work.**
The commit message should read:
"Commit 4. Game is complete". @@ -94,7 +94,7 @@ The commit message should read:
** BONUS ** - Write an AI that will play against you and make random moves. -
+
** Commit your work.**
The commit message should read:
"Commit 5. Game is playable against AI".