diff --git a/models/Application_examples/Tic_Tac_Toe.mp b/models/Application_examples/Tic_Tac_Toe.mp index afd394834ae411d394651fd46183363bdd3e90a8..3c069d13b34270089999156e20f88d4d24a25335 100644 --- a/models/Application_examples/Tic_Tac_Toe.mp +++ b/models/Application_examples/Tic_Tac_Toe.mp @@ -22,7 +22,8 @@ │*│ │ board until either one of the players has three in| | │*│ │ a line or until all cells on the grid are filled. | | │*│ │ | | -│*│ │ The goal is to never lose a game of Tic-Tac-Toe. | | +│*│ │ The goal is for X to never lose a game of | | +│*│ │ Tic-Tac-Toe. | | |*| | | | │*│ │ The following rules simplify the strategy: | | │*│ │ 1) X never makes any mistakes. │ │