diff --git a/unit_01/w02d05/homework/tic_tac_toe.md b/unit_01/w02d05/homework/tic_tac_toe.md index 8c40b4c..6ac931a 100644 --- a/unit_01/w02d05/homework/tic_tac_toe.md +++ b/unit_01/w02d05/homework/tic_tac_toe.md @@ -22,7 +22,7 @@ Competencies: JS DOM manipulation, loops, conditionals, functions, game logic

- After the necessary moves have been played, stop the game and display the 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 5. Game is winnable by X or O and indicates whether X or O won". +
+ +- When the user clicks a 'reset' button, they can play a fresh game
** Commit your work.**
The commit message should read:
-"Commit 5. Game is complete". +"Commit 6. Player can reset the game".
+ ** BONUS ** - Write an AI that will play against you @@ -116,7 +125,7 @@ The commit message should read:

** Commit your work.**
The commit message should read:
-"Commit 6000. Game is playable against AI". +"Commit 7000. Game is playable against AI".